pub type VerifiedSignedTransaction = VerifiedEnvelope<SenderSignedData, AuthoritySignInfo>;

Aliased Type§

struct VerifiedSignedTransaction(/* private fields */);

Implementations§

source§

impl VerifiedSignedTransaction

source

pub fn new( epoch: EpochId, transaction: VerifiedTransaction, authority: AuthorityName, secret: &dyn Signer<AuthoritySignature> ) -> Self

Use signing key to create a signed object.