AssetIssueContract class

Inheritance

Constructors

AssetIssueContract({required TronAddress ownerAddress, required List<int> name, required List<int> abbr, required BigInt totalSupply, List<AssetIssueContractFrozenSupply>? frozenSupply, required int trxNum, required int num, int? precision, required BigInt startTime, required BigInt endTime, BigInt? order, int? voteScore, List<int>? description, List<int>? url, BigInt? freeAssetNetLimit, BigInt? publicFreeAssetNetLimit, BigInt? publicFreeAssetNetUsage, BigInt? publicLatestFreeNetTime, String? id})
Private constructor for creating an instance of AssetIssueContract.
AssetIssueContract.deserialize(List<int> bytes)
factory
AssetIssueContract.fromJson(Map<String, dynamic> json)
Create a new AssetIssueContract instance by parsing a JSON map.
factory

Properties

abbr List<int>
token abbr
final
contractType TransactionContractType
no setteroverride
description List<int>?
token description
final
endTime BigInt
ICO end time
final
fieldIds List<int>
List of field IDs corresponding to the values.
no setteroverride
freeAssetNetLimit BigInt?
Token free asset net limit
final
frozenSupply List<AssetIssueContractFrozenSupply>?
The number of tokens to be frozen is specified by the issuer of the token when it is issued
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
name List<int>
token name
final
num int
Define the price by the ratio of trx_num/num(The unit of 'trx_num' is SUN)
final
order BigInt?
final
ownerAddress TronAddress
issuer address
final
precision int?
precision
final
publicFreeAssetNetLimit BigInt?
Token public free asset net limit for a account
final
publicFreeAssetNetUsage BigInt?
The total number of token free bandwidth used by all token owne
final
publicLatestFreeNetTime BigInt?
The timestamp of the last consumption of this token's free bandwidth
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime BigInt
ICO start time
final
toHex String
Gets the hexadecimal representation of the protocol buffer data.
no setterinherited
totalSupply BigInt
total supply
final
trxNum int
Define the price by the ratio of trx_num/num(The unit of 'trx_num' is SUN)
final
typeURL String
no setterinherited
url List<int>?
Token official website url, default hexString
final
values List
List of dynamic values to be encoded.
no setteroverride
voteScore int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuffer() List<int>
Converts the protocol buffer data to a byte buffer.
inherited
toJson() Map<String, dynamic>
Convert the AssetIssueContract object to a JSON representation.
override
toString() String
Convert the AssetIssueContract object to its string representation.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited