telescope icon indicating copy to clipboard operation
telescope copied to clipboard

config setting to remove extra Msg Type

Open liujun93 opened this issue 1 year ago • 1 comments

export interface MsgSendAmino {
  from_address: string;
  to_address: string;
  amount: CoinAmino[];
}
export interface MsgSendAminoMsg {
  type: “cosmos-sdk/MsgSend”;
  value: MsgSendAmino;
}

Is there a way only keep MsgSendAmino be generated?

liujun93 avatar Oct 16 '23 08:10 liujun93

telescope 1.0.10 solved this by adding an option.

Zetazzz avatar Oct 29 '23 14:10 Zetazzz