Token scheme defining the properties of a token.
Summary
Functions
Deserialize a token scheme from a JSON string.
Serialize the token scheme to a JSON string.
Types
@type t() :: %BSV.Tokens.Scheme{ authority: BSV.Tokens.Authority.t(), confiscation: boolean(), freeze: boolean(), is_divisible: boolean(), name: String.t(), satoshis_per_token: non_neg_integer(), symbol: String.t(), token_id: BSV.Tokens.TokenId.t() }