UNPKG

@bandprotocol/bandchain.js

Version:

TypeScript library for Cosmos SDK and BandChain

18 lines (17 loc) 609 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AminoConverter = void 0; //@ts-nocheck const tx_1 = require("./tx"); exports.AminoConverter = { "/cosmos.feegrant.v1beta1.MsgGrantAllowance": { aminoType: "cosmos-sdk/MsgGrantAllowance", toAmino: tx_1.MsgGrantAllowance.toAmino, fromAmino: tx_1.MsgGrantAllowance.fromAmino }, "/cosmos.feegrant.v1beta1.MsgRevokeAllowance": { aminoType: "cosmos-sdk/MsgRevokeAllowance", toAmino: tx_1.MsgRevokeAllowance.toAmino, fromAmino: tx_1.MsgRevokeAllowance.fromAmino } };