Skip to content

Commit d5a5804

Browse files
authored
update cosmos tx type (#116)
1 parent 34036bf commit d5a5804

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilnfi/sdk",
3-
"version": "2.21.0",
3+
"version": "2.21.1",
44
"autor": "Kiln <[email protected]> (https://kiln.fi)",
55
"license": "BUSL-1.1",
66
"description": "JavaScript sdk for Kiln API",

src/types/cosmos.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export type CosmosTx = {
1111
pubkey: string;
1212
message: EncodeObject;
1313
fee: StdFee;
14+
chain_id: string;
15+
account_number: number;
1416
};
1517
};
1618

0 commit comments

Comments
 (0)