Outcome of trying to register a peer for transaction reconciliation.

Synopsis

Declared in <node/txreconciliation.h>

enum class ReconciliationRegisterResult : int;

Members

Name

Description

NOT_FOUND

The peer was not pre‐registered, so registration could not proceed.

SUCCESS

The peer was registered successfully.

ALREADY_REGISTERED

The peer was already registered for reconciliation.

PROTOCOL_VIOLATION

The peer sent parameters that violate the reconciliation protocol.

Created with MrDocs