iota_types::transaction

Type Alias VerifiedSignedTransaction

Source
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.