M4eTransaction class

Exposes SDK Transaction Api methods

Accessing the instantiated m4eTransaction methods is done by:

final _m4eTransaction = M4eTransaction();

await _m4eTransaction.makeTransaction(Transaction transaction);

Constructors

M4eTransaction({TransactionApi transactionApi, DataConnectionChecker connectionChecker })

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getUserTransactionLogs(UniqueId userId) Future<TransactionLogList>
Returns TransactionLogList of authenticated m4e user. [...]
getWalletTransactionLogs(UniqueId walletId) Future<TransactionLogList>
Returns TransactionLogList of wallet whose wallet-id is passed as method parameter. [...]
makeTransaction(M4eTransactionForm transaction) Future<UnitImpl>
Requires Transaction form as parameter [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited