pub type EncryptedTransaction = EncryptedTransactionV57;Expand description
The plaintext serialization of the mutations for a transaction that are encrypted then wrapped
in Mutation::EncryptedObjectStore.
Aliased Type§
pub struct EncryptedTransaction(pub Vec<MutationV57>);Tuple Fields§
§0: Vec<MutationV57>