TronRequestExchangeTransaction constructor
TronRequestExchangeTransaction({})
Implementation
TronRequestExchangeTransaction(
{required this.ownerAddress,
required this.exchangeId,
required this.tokenId,
required this.quant,
required this.expected,
this.permissionId,
this.visible = true});