• Compute the IBC denom of a token that was sent over IBC.

    For example, to get the IBC denom of SCRT on mainnet Osmosis:

    ibcDenom([{incomingPortId: "transfer", incomingChannelId: "channel-88"}], "uscrt")
    

    Parameters

    • paths: {
          incomingChannelId: string;
          incomingPortId: string;
      }[]
    • coinMinimalDenom: string

    Returns string

Generated using TypeDoc