Function getDecodedMessage
- getDecodedMessage(message): 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;
} | {
typeUrl: "/initia.move.v1.MsgExecute";
value: Uint8Array;
} | {
typeUrl: "/opinit.ophost.v1.MsgInitiateTokenDeposit";
value: Uint8Array;
} 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;
} | {
typeUrl: "/initia.move.v1.MsgExecute";
value: Uint8Array;
} | {
typeUrl: "/opinit.ophost.v1.MsgInitiateTokenDeposit";
value: Uint8Array;
}