Messages
Messages
CreateDenom
message MsgCreateDenom {
string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ];
// subdenom can be up to 44 "alphanumeric" characters long.
string subdenom = 2 [ (gogoproto.moretags) = "yaml:\"subdenom\"" ];
string name = 3 [ (gogoproto.moretags) = "yaml:\"name\"" ];
string symbol = 4 [ (gogoproto.moretags) = "yaml:\"symbol\"" ];
uint32 decimals = 5 [ (gogoproto.moretags) = "yaml:\"decimals\"" ];
// true if admins are allowed to burn tokens from other addresses
bool allow_admin_burn = 6 [ (gogoproto.moretags) = "yaml:\"allow_admin_burn\"" ];}Mint
Burn
ChangeAdmin
SetDenomMetadata
Expectations from the chain
Last updated
