hyperweb-io / hyperweb-io/telescope
config setting to remove extra Msg Type
Open
- 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.