update TransactionMetadata

This commit is contained in:
Denis Angell
2023-06-14 22:29:21 +00:00
parent 29b718b52e
commit f570b89d71

View File

@@ -74,7 +74,7 @@ export function isDeletedNode(node: Node): node is DeletedNode {
}
export interface TransactionMetadata {
HookExecutions: HookExecution[]
HookExecutions?: HookExecution[]
AffectedNodes: Node[]
DeliveredAmount?: Amount
// "unavailable" possible for transactions before 2014-01-20