Function getDecodedMessage

  • Parameters

    • message: {
          msg: string;
          msg_type_url: string;
      }
      • msg: string
      • msg_type_url: string

    Returns null | {
        typeUrl: "/ibc.applications.transfer.v1.MsgTransfer";
        value: Uint8Array;
    } | {
        typeUrl: "/cosmos.bank.v1beta1.MsgSend";
        value: Uint8Array;
    } | {
        typeUrl: "/cosmwasm.wasm.v1.MsgExecuteContract";
        value: Uint8Array;
    } | {
        typeUrl: "/circle.cctp.v1.MsgDepositForBurn";
        value: Uint8Array;
    } | {
        typeUrl: "/circle.cctp.v1.MsgDepositForBurnWithCaller";
        value: Uint8Array;
    }