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.