TronRequestCreateAssetIssue class
Issue a TRC10 token. developers.tron.network.
- Inheritance
-
- Object
- TVMRequestParam<
ParsedContractRequest, Map< String, dynamic> > - TronRequestCreateAssetIssue
Constructors
-
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, int? precision, required int trxNum, BigInt? publicFreeAssetNetUsage, BigInt? publicLatestFreeNetTime, bool visible = true})String, BigInt> > - TronRequestCreateAssetIssue.fromContract(AssetIssueContract contract, {bool visible = true})
-
factory
Properties
- abbr → String
-
token abbr
final
- description → String?
-
token description
final
- endTime → BigInt?
-
ICO end time
final
- freeAssetNetLimit → BigInt?
-
Token free asset net limit
final
-
frozenSupply
→ List<
Map< ?String, BigInt> > -
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
- method → TronHTTPMethods
-
method for the request.
no setteroverride
- name → String
-
token name
final
- num → int?
-
Define the price by the ratio of trx_num/num(The unit of 'trx_num' is SUN)
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 owner
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
- 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
- url → String?
-
Token official website url
final
- visible → bool
-
Indicates whether the address is visible.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
Map< String, dynamic> result) → ParsedContractRequest -
Converts the response result to the specified type
RESULT
.override -
toJson(
) → Map< String, dynamic> -
Converts the request parameters to a JSON format.
override
-
toRequest(
int _) → TronRequestDetails -
Converts the request parameters to TronRequestDetails with a unique identifier.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited