assetId property

  1. @JsonKey(name: 'caid')
int? assetId
final

For re-configure or destroy transactions, this is the unique asset ID. On asset creation, the ID is set to zero.

Implementation

@JsonKey(name: 'caid')
final int? assetId;