We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf5f7a commit 9ff8496Copy full SHA for 9ff8496
packages/stargate/src/modules/gov/aminomessages.ts
@@ -28,7 +28,7 @@ export interface AminoMsgSubmitProposal extends AminoMsg {
28
*/
29
readonly content: {
30
readonly type: string;
31
- readonly value: any;
+ readonly value: Record<string, any>;
32
};
33
readonly initial_deposit: readonly Coin[];
34
/** Bech32 account address */
0 commit comments