Type Alias iota_types::transaction::SignedTransaction
source · 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 */ }