CancelAllUnfreezeV2Contract class

Cancel unstakings, all unstaked funds still in the waiting period will be re-staked, all unstaked funds that exceeded the 14-day waiting period will be automatically withdrawn to the owner’s account

Inheritance

Constructors

CancelAllUnfreezeV2Contract({required TronAddress ownerAddress})
Create a new CancelAllUnfreezeV2Contract instance with specified parameters.
CancelAllUnfreezeV2Contract.deserialize(List<int> bytes)
factory
CancelAllUnfreezeV2Contract.fromJson(Map<String, dynamic> json)
Create a new CancelAllUnfreezeV2Contract instance by parsing a JSON map.
factory

Properties

contractType TransactionContractType
no setteroverride
fieldIds List<int>
List of field IDs corresponding to the values.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
ownerAddress TronAddress
Account address
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toHex String
Gets the hexadecimal representation of the protocol buffer data.
no setterinherited
typeURL String
no setterinherited
values List
List of dynamic values to be encoded.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuffer() List<int>
Converts the protocol buffer data to a byte buffer.
inherited
toJson() Map<String, dynamic>
Convert the CancelAllUnfreezeV2Contract object to a JSON representation.
override
toString() String
Convert the CancelAllUnfreezeV2Contract object to its string representation.
override

Operators

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