Methods
-
compareTo(Action? other)
→ int
-
Compares this Action to
other
, based on their timestamps.
inherited
-
getRecipient()
→ String
-
inherited
-
getSender()
→ String
-
inherited
-
isConfirmed()
→ bool
-
inherited
-
isFailed()
→ bool
-
inherited
-
isGenerateWallet()
→ bool
-
inherited
-
isNFTAction()
→ bool
-
inherited
-
isPending()
→ bool
-
inherited
-
isStakeAction()
→ bool
-
inherited
-
isSwapAction()
→ bool
-
inherited
-
map<TResult extends Object?>({required TResult createWallet(CreateWallet value), required TResult fiatDeposit(FiatDeposit value), required TResult send(Send value), required TResult receive(Receive value), required TResult swap(Swap value), required TResult receiveNFT(ReceiveNFT value), required TResult stakeTokens(StakeTokens value), required TResult unstakeTokens(UnstakeTokens value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? createWallet(CreateWallet value)?, TResult? fiatDeposit(FiatDeposit value)?, TResult? send(Send value)?, TResult? receive(Receive value)?, TResult? swap(Swap value)?, TResult? receiveNFT(ReceiveNFT value)?, TResult? stakeTokens(StakeTokens value)?, TResult? unstakeTokens(UnstakeTokens value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult createWallet(CreateWallet value)?, TResult fiatDeposit(FiatDeposit value)?, TResult send(Send value)?, TResult receive(Receive value)?, TResult swap(Swap value)?, TResult receiveNFT(ReceiveNFT value)?, TResult stakeTokens(StakeTokens value)?, TResult unstakeTokens(UnstakeTokens value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult createWallet(int timestamp, String id, String name, String? txHash, String status, int? blockNumber)?, TResult fiatDeposit(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String? from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult send(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult receive(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult swap(int timestamp, String id, String name, String? txHash, String status, int? blockNumber)?, TResult receiveNFT(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult stakeTokens(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult unstakeTokens(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this Action to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult createWallet(int timestamp, String id, String name, String? txHash, String status, int? blockNumber), required TResult fiatDeposit(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String? from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal), required TResult send(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal), required TResult receive(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal), required TResult swap(int timestamp, String id, String name, String? txHash, String status, int? blockNumber), required TResult receiveNFT(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, String tokenName, String tokenSymbol, int tokenDecimal), required TResult stakeTokens(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal), required TResult unstakeTokens(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? createWallet(int timestamp, String id, String name, String? txHash, String status, int? blockNumber)?, TResult? fiatDeposit(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String? from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult? send(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult? receive(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult? swap(int timestamp, String id, String name, String? txHash, String status, int? blockNumber)?, TResult? receiveNFT(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult? stakeTokens(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?, TResult? unstakeTokens(int timestamp, String id, String name, String? txHash, String status, int? blockNumber, String tokenAddress, String from, String to, BigInt value, String tokenName, String tokenSymbol, int tokenDecimal)?})
→ TResult?
-
inherited