Type Alias iota_types::transaction::VerifiedSignedTransaction
source · pub type VerifiedSignedTransaction = VerifiedEnvelope<SenderSignedData, AuthoritySignInfo>;
Aliased Type§
struct VerifiedSignedTransaction(/* private fields */);
Implementations§
source§impl VerifiedSignedTransaction
impl VerifiedSignedTransaction
sourcepub fn new(
epoch: EpochId,
transaction: VerifiedTransaction,
authority: AuthorityName,
secret: &dyn Signer<AuthoritySignature>,
) -> Self
pub fn new( epoch: EpochId, transaction: VerifiedTransaction, authority: AuthorityName, secret: &dyn Signer<AuthoritySignature>, ) -> Self
Use signing key to create a signed object.