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