status property

String? status
getter/setter pair

Status of token. One of live, dead, test, or private. Allows issuer to mark whether token is dead/for testing/for private use or is live and should be listed in live exchanges.

Implementation

String? status;