Skip to content

Commit 1d0950e

Browse files
feat : add afterStateHash to SetGlobalTx interface (#34)
Co-authored-by: Abdul Azeem <[email protected]>
1 parent ebb2244 commit 1d0950e

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)