TronTriggerSmartContractData class sealed
- Inheritance
-
- Object
- TronContractData
- TronTriggerSmartContractData
- Implementers
Properties
- callTokenValue → Int64?
-
final
- callValue → Int64?
-
final
- contract → TriggerSmartContract
-
no setteroverride
- contractAddress → String
-
final
- data → Uint8List
-
final
- function_selector → String
-
final
- functionSignature → Uint8List
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- ownerAddress → String
-
final
-
parameters
→ List<
TronParameter> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token_id → Int64?
-
final
- 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
Static Methods
-
from(
TriggerSmartContract contract) → TronTriggerSmartContractData -
override