AssetConfigTransactionResponse class

Fields for asset allocation, re-configuration, and destruction. A zero value for asset-id indicates asset creation. A zero value for the params indicates asset destruction.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

AssetConfigTransactionResponse({int? assetId, AssetParameters? parameters})
AssetConfigTransactionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

assetId int?
ID of the asset being configured or empty if creating.
final
hashCode int
The hash code for this object.
no setterinherited
parameters AssetParameters?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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