MsgSetDenomMetadata is the sdk.Msg type for allowing an admin account to set the denom's bank metadata

interface MsgSetDenomMetadataAmino {
    metadata?: MetadataAmino;
    sender?: string;
}

Properties

Properties

metadata?: MetadataAmino
sender?: string