PrevUpHomeNext

Validations::add

Add a new validation.

Synopsis
ValStatus
add(
    NodeKey const& key,
    Validation const& val);
Description

Attempt to add a new validation.

Parameters

Name

Description

key

The master key associated with this validation

val

The validationo to store

Return Value

The outcome

Remarks

The provided key may differ from the validations's key() member if the validator is using ephemeral signing keys.


PrevUpHomeNext