UNPKG

@bandprotocol/bandchain.js

Version:

TypeScript library for Cosmos SDK and BandChain

20 lines (19 loc) 587 B
//@ts-nocheck import { MsgGrant, MsgExec, MsgRevoke } from "./tx"; export const AminoConverter = { "/cosmos.authz.v1beta1.MsgGrant": { aminoType: "cosmos-sdk/MsgGrant", toAmino: MsgGrant.toAmino, fromAmino: MsgGrant.fromAmino }, "/cosmos.authz.v1beta1.MsgExec": { aminoType: "cosmos-sdk/MsgExec", toAmino: MsgExec.toAmino, fromAmino: MsgExec.fromAmino }, "/cosmos.authz.v1beta1.MsgRevoke": { aminoType: "cosmos-sdk/MsgRevoke", toAmino: MsgRevoke.toAmino, fromAmino: MsgRevoke.fromAmino } };