bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class DenomTrace

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

    from message ibc.applications.transfer.v1.DenomTrace

    Hierarchy

    Index

    Constructors

    Properties

    baseDenom: string = ""

    base denomination of the relayed fungible token.

    from field: string base_denom = 2;

    path: string = ""

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

    from field: string path = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "ibc.applications.transfer.v1.DenomTrace"

    Methods