reserveAddress property

Address? reserveAddress
getter/setter pair

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

Address? reserveAddress;