Skip to content

Commit

Permalink
add atom tx serialized
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Oct 26, 2023
1 parent ab33156 commit 3e2e234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/atom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { EncodeObject } from "@cosmjs/proto-signing";
export type AtomTx = {
data: {
unsigned_tx_hash: string;
unsigned_tx_serialized: string;
tx_body: string;
tx_auth_info: string;
pubkey: string;
Expand Down

0 comments on commit 3e2e234

Please sign in to comment.