TronRequestEstimateEnergy constructor

TronRequestEstimateEnergy({
  1. required TronAddress ownerAddress,
  2. required TronAddress contractAddress,
  3. required String functionSelector,
  4. required String parameter,
  5. String? data,
  6. BigInt? callValue,
  7. BigInt? callTokenValue,
  8. BigInt? tokenId,
  9. bool visible = true,
})

Implementation

TronRequestEstimateEnergy(
    {required this.ownerAddress,
    required this.contractAddress,
    required this.functionSelector,
    required this.parameter,
    this.data,
    this.callValue,
    this.callTokenValue,
    this.tokenId,
    this.visible = true});