GenesisDenom defines a tokenfactory denom that is defined within genesis state. The structure contains DenomAuthorityMetadata which defines the denom's admin.

interface GenesisDenom {
    authorityMetadata: undefined | DenomAuthorityMetadata;
    denom: string;
}

Properties

authorityMetadata: undefined | DenomAuthorityMetadata
denom: string