TronRequestUpdateAsset constructor

TronRequestUpdateAsset({
  1. required TronAddress ownerAddress,
  2. String? description,
  3. String? url,
  4. BigInt? newLimit,
  5. BigInt? newPublicLimit,
  6. int? permissionId,
  7. bool visible = true,
})

Implementation

TronRequestUpdateAsset(
    {required this.ownerAddress,
    this.description,
    this.url,
    this.newLimit,
    this.newPublicLimit,
    this.permissionId,
    this.visible = true});