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

interface DenomTrace {
    baseDenom: string;
    path: string;
}

Properties

Properties

baseDenom: 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.