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

interface DenomTraceSDKType {
    base_denom: string;
    path: string;
}

Properties

Properties

base_denom: string
path: string