pub type SignedTransaction = Envelope<SenderSignedData, AuthoritySignInfo>;
Expand description
A transaction that is signed by a sender and also by an authority.
Aliased Type§
struct SignedTransaction { /* private fields */ }
pub type SignedTransaction = Envelope<SenderSignedData, AuthoritySignInfo>;
A transaction that is signed by a sender and also by an authority.
struct SignedTransaction { /* private fields */ }