Interface IGetVirtualChainFromBlockResponse

Return interface for the RpcClient.getVirtualChainFromBlock RPC method.

interface IGetVirtualChainFromBlockResponse {
    acceptedTransactionIds: IAcceptedTransactionIds[];
    addedChainBlockHashes: string[];
    removedChainBlockHashes: string[];
}

Properties

acceptedTransactionIds: IAcceptedTransactionIds[]
addedChainBlockHashes: string[]
removedChainBlockHashes: string[]

Generated using TypeDoc