DenomTrace contains the base denomination for ICS20 fungible tokens and the source tracing information path.

interface DenomTraceAmino {
    base_denom?: string;
    path?: string;
}

Properties

Properties

base_denom?: string

base denomination of the relayed fungible token.

path?: string

path defines the chain of port/channel identifiers used for tracing the source of the fungible token.