TxnDataSerializer mixin

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

newAddStake(SuiAddress signerAddress, AddStakeTransaction txn) Future<Uint8List>
newMoveCall(SuiAddress signerAddress, MoveCallTransaction txn) Future<Uint8List>
newPay(SuiAddress signerAddress, PayTransaction txn) Future<Uint8List>
newPayAllSui(SuiAddress signerAddress, PayAllSuiTransaction txn) Future<Uint8List>
newPaySui(SuiAddress signerAddress, PaySuiTransaction txn) Future<Uint8List>
newPublish(SuiAddress signerAddress, PublishTransaction txn) Future<Uint8List>
newSplitCoin(SuiAddress signerAddress, SplitCoinTransaction txn) Future<Uint8List>
newSplitCoinEqual(SuiAddress signerAddress, SplitCoinEqualTransaction txn) Future<Uint8List>
newTransferObject(SuiAddress signerAddress, TransferObjectTransaction txn) Future<Uint8List>
newTransferSui(SuiAddress signerAddress, TransferSuiTransaction txn) Future<Uint8List>
newWithdrawStake(SuiAddress signerAddress, WithdrawStakeTransaction txn) Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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