State
Denom Authority Metadata
Denom Creators
// DenomAuthorityMetadata specifies metadata for addresses that have specific
// capabilities over a token factory denom.
message DenomAuthorityMetadata {
option (gogoproto.equal) = true;
// Can be empty for no admin, or a valid injective address
string admin = 1 [ (gogoproto.moretags) = "yaml:\"admin\"" ];
// true if the admin can burn tokens from other addresses
bool admin_burn_allowed = 2 [ (gogoproto.moretags) = "yaml:\"admin_burn_allowed\"" ];
}Params
Last updated
