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 */ }

Implementations§