UNPKG

@leapwallet/buffer-boba

Version:

Buffer Boba is a library for decoding protocol buffers in the cosmos ecosystem.

9 lines (8 loc) 334 B
import { MsgSetFeeTokens } from './tx'; export declare const AminoConverter: { '/osmosis.txfees.v1beta1.MsgSetFeeTokens': { aminoType: string; toAmino: (message: MsgSetFeeTokens) => import("./tx").MsgSetFeeTokensAmino; fromAmino: (object: import("./tx").MsgSetFeeTokensAmino) => MsgSetFeeTokens; }; };