Interface GetVirtualSelectedParentChainFromBlockResponseMessage

Hierarchy

  • GetVirtualSelectedParentChainFromBlockResponseMessage

Properties

acceptedTransactionIds: AcceptedTransactionIds[]

The transactions accepted by each block in addedChainBlockHashes. Will be filled only if includeAcceptedTransactionIds = true in the request.

addedChainBlockHashes: string[]

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

error: undefined | RPCError
removedChainBlockHashes: string[]

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

Generated using TypeDoc