TronRequestCreateAssetIssue constructor
TronRequestCreateAssetIssue({
- required TronAddress ownerAddress,
- required String name,
- required String abbr,
- BigInt? totalSupply,
- int? num,
- BigInt? startTime,
- BigInt? endTime,
- String? description,
- String? url,
- BigInt? freeAssetNetLimit,
- BigInt? publicFreeAssetNetLimit,
- List<
Map< ? frozenSupply,String, BigInt> > - int? precision,
- required int trxNum,
- BigInt? publicFreeAssetNetUsage,
- BigInt? publicLatestFreeNetTime,
- bool visible = true,
Implementation
TronRequestCreateAssetIssue(
{required this.ownerAddress,
required this.name,
required this.abbr,
this.totalSupply,
this.num,
this.startTime,
this.endTime,
this.description,
this.url,
this.freeAssetNetLimit,
this.publicFreeAssetNetLimit,
this.frozenSupply,
this.precision,
required this.trxNum,
this.publicFreeAssetNetUsage,
this.publicLatestFreeNetTime,
this.visible = true});