Skip to content

Commit

Permalink
update cosmos tx type (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx authored Aug 19, 2024
1 parent 34036bf commit d5a5804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kilnfi/sdk",
"version": "2.21.0",
"version": "2.21.1",
"autor": "Kiln <[email protected]> (https://kiln.fi)",
"license": "BUSL-1.1",
"description": "JavaScript sdk for Kiln API",
Expand Down
2 changes: 2 additions & 0 deletions src/types/cosmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export type CosmosTx = {
pubkey: string;
message: EncodeObject;
fee: StdFee;
chain_id: string;
account_number: number;
};
};

Expand Down

0 comments on commit d5a5804

Please sign in to comment.