We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d1ea3 commit 658ae10Copy full SHA for 658ae10
src/p2p/GlobalAccountsTypes.ts
@@ -9,6 +9,7 @@ export interface SetGlobalTx {
9
when: number
10
source: string
11
txId: string
12
+ afterStateHash: string
13
}
14
15
export interface Receipt {
@@ -27,4 +28,4 @@ export type TxHash = string
27
28
29
export type SignedSetGlobalTx = SetGlobalTx & SignedObject
30
-export type GlobalTxReceipt = Omit<Receipt, 'consensusGroup'>
31
+export type GlobalTxReceipt = Omit<Receipt, 'consensusGroup'>
0 commit comments