Skip to content

Commit

Permalink
Merge branch 'main' into fix/grpc-gateway-params
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdv2429 committed Jun 17, 2023
2 parents 1de3ab8 + 8bd5446 commit 9715233
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ export interface GenesisState {
}"
`;

exports[`MsgDelegate interface 1`] = `
"/**
* MsgDelegate defines a SDK message for performing a delegation of coins
* from a delegator to a validator.
*/
export interface MsgDelegate {
delegatorAddress: string;
validatorAddress: string;
amount: Coin;
}"
`;

exports[`MsgSend amino interface 1`] = `
"/** MsgSend represents a message to send coins from one account to another. */
export interface MsgSendAmino {
Expand Down

This file was deleted.

Empty file.

0 comments on commit 9715233

Please sign in to comment.