hyperweb-io / hyperweb-io/telescope

config setting to remove extra Msg Type

Open
#478 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
154
Forks
53
PR merge metrics
No merged PRs in 30d

Description

```
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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.