AptosQuickApiSigningHelper mixin

A helper mixin for signing Aptos transactions with support for single, multi-agent, and fee-payer transactions.

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signTransaction({required AptosAccount<AptosAccountPublicKey, AptosAccountAuthenticator, AptosSignature> account, required AptosRawTransaction transaction, AptosAccount<AptosAccountPublicKey, AptosAccountAuthenticator, AptosSignature>? feePayerAccount, List<AptosAccount<AptosAccountPublicKey, AptosAccountAuthenticator, AptosSignature>>? secondarySignerAccounts}) AptosSignedTransaction
Signs an Aptos raw transaction with the provided account.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited