TronRequestEstimateEnergy constructor
TronRequestEstimateEnergy({
- required TronAddress ownerAddress,
- required TronAddress contractAddress,
- required String functionSelector,
- required String parameter,
- String? data,
- BigInt? callValue,
- BigInt? callTokenValue,
- BigInt? tokenId,
- 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});