TronRequestUnfreezeBalance class
Unstake the TRX staked during Stake1.0, release the obtained bandwidth or energy and TP. This operation will cause automatically cancel all votes. developers.tron.network.
Constructors
- TronRequestUnfreezeBalance({required TronAddress ownerAddress, required String resource, TronAddress? receiverAddress, int? permissionId, bool visible = true})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- method → TronHTTPMethods
- 
  wallet/unfreezebalance
  no setteroverride
- ownerAddress → TronAddress
- 
  Owner address
  final
- permissionId → int?
- 
  for multi-signature use
  final
- receiverAddress → TronAddress?
- 
  Optional,the address that will lose the resource
  final
- resource → String
- 
  Stake TRX for 'BANDWIDTH' or 'ENERGY'
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- visible → bool
- 
  Indicates whether the address is visible.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onResonse(Map< String, dynamic> result) → Map<String, dynamic> 
- 
  Converts the response result to the specified type RESULT.inherited
- 
  toJson() → Map< String, dynamic> 
- 
  Converts the request parameters to a JSON format.
  override
- 
  toRequest(int _) → TronRequestDetails 
- 
  Converts the request parameters to TronRequestDetails with a unique identifier.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited