pub type CertifiedTransaction = Envelope<SenderSignedData, AuthorityStrongQuorumSignInfo>;

Aliased Type§

struct CertifiedTransaction { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl Display for CertifiedTransaction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more