reserveAddress property

  1. @JsonKey(name: 'r')
  2. @AddressSerializer()
Address? reserveAddress
final

The address of the account that holds the reserve (non-minted) units of the asset.

This address has no specific authority in the protocol itself. It is used in the case where you want to signal to holders of your asset that the non-minted units of the asset reside in an account that is different from the default creator account (the sender).

Implementation

@JsonKey(name: 'r')
@AddressSerializer()
final Address? reserveAddress;