@bandprotocol/bandchain.js
Version:
TypeScript library for Cosmos SDK and BandChain
13 lines (12 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AminoConverter = void 0;
//@ts-nocheck
const tx_1 = require("./tx");
exports.AminoConverter = {
"/ibc.applications.transfer.v1.MsgTransfer": {
aminoType: "cosmos-sdk/MsgTransfer",
toAmino: tx_1.MsgTransfer.toAmino,
fromAmino: tx_1.MsgTransfer.fromAmino
}
};