total property

  1. @JsonKey(name: 't')
  2. @NullableBigIntSerializer()
BigInt? total
final

The total number of base units of the asset to create. This number cannot be changed. Required on creation.

Implementation

@JsonKey(name: 't')
@NullableBigIntSerializer()
final BigInt? total;