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 ab33156 commit 65cc72bCopy full SHA for 65cc72b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kilnfi/sdk",
3
- "version": "2.5.5",
+ "version": "2.5.6",
4
"autor": "Kiln <[email protected]> (https://kiln.fi)",
5
"license": "BUSL-1.1",
6
"description": "JavaScript sdk for Kiln API",
src/types/atom.ts
@@ -4,6 +4,7 @@ import { EncodeObject } from "@cosmjs/proto-signing";
export type AtomTx = {
data: {
unsigned_tx_hash: string;
7
+ unsigned_tx_serialized: string;
8
tx_body: string;
9
tx_auth_info: string;
10
pubkey: string;
0 commit comments