Skip to content

Commit 65cc72b

Browse files
authored
add atom tx serialized (#77)
* add atom tx serialized * bump version
1 parent ab33156 commit 65cc72b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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.5.5",
3+
"version": "2.5.6",
44
"autor": "Kiln <[email protected]> (https://kiln.fi)",
55
"license": "BUSL-1.1",
66
"description": "JavaScript sdk for Kiln API",

src/types/atom.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { EncodeObject } from "@cosmjs/proto-signing";
44
export type AtomTx = {
55
data: {
66
unsigned_tx_hash: string;
7+
unsigned_tx_serialized: string;
78
tx_body: string;
89
tx_auth_info: string;
910
pubkey: string;

0 commit comments

Comments
 (0)