Skip to content

Commit f9fdc64

Browse files
abdulazeem-tk4vrmhanson-github
authored andcommitted
feat : add afterStateHash to SetGlobalTx interface
1 parent ebb2244 commit f9fdc64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/p2p/GlobalAccountsTypes.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export interface SetGlobalTx {
99
when: number
1010
source: string
1111
txId: string
12+
afterStateHash: string
1213
}
1314

1415
export interface Receipt {
@@ -27,4 +28,4 @@ export type TxHash = string
2728

2829
export type SignedSetGlobalTx = SetGlobalTx & SignedObject
2930

30-
export type GlobalTxReceipt = Omit<Receipt, 'consensusGroup'>
31+
export type GlobalTxReceipt = Omit<Receipt, 'consensusGroup'>

0 commit comments

Comments
 (0)