Interface VirtualSelectedParentChainChangedNotificationMessage

VirtualSelectedParentChainChangedNotificationMessage is sent whenever the DAG's selected parent chain had changed.

See: NotifyVirtualSelectedParentChainChangedRequestMessage

Hierarchy

  • VirtualSelectedParentChainChangedNotificationMessage

Properties

acceptedTransactionIds: AcceptedTransactionIds[]

Will be filled only if includeAcceptedTransactionIds = true in the notify request.

addedChainBlockHashes: string[]

The chain blocks that were added, in low-to-high order

removedChainBlockHashes: string[]

The chain blocks that were removed, in high-to-low order

Generated using TypeDoc