TronTRC20TransferContractData class final

Inheritance

Constructors

TronTRC20TransferContractData({required String recipient, required String ownerAddress, required String contractAddress, required Amount amount})
TronTRC20TransferContractData.fromPB(Uint8List data, {required String ownerAddress, required String contractAddress})
factory

Properties

amount Amount
final
callTokenValue Int64?
finalinherited
callValue Int64?
finalinherited
contract → TriggerSmartContract
no setterinherited
contractAddress String
final
data Uint8List
finalinherited
function_selector String
finalinherited
functionSignature Uint8List
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
ownerAddress String
final
parameters List<TronParameter>
finalinherited
recipient String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token_id Int64?
finalinherited
type → Transaction_Contract_ContractType
finalinherited

Methods

createContract() → Transaction_Contract
inherited
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

Constants

selector → const String
selectorHex → const String