DenomAuthorityMetadata specifies metadata for addresses that have specific capabilities over a token factory denom. Right now there is only one Admin permission, but is planned to be extended to the future.

interface DenomAuthorityMetadata {
    admin: string;
}

Properties

Properties

admin: string

Can be empty for no admin, or a valid sei address