Skip to main content

Validate a proof.

POST 

/api/poi/v1/validate

Validate a proof.

Request

Body

required
    milestone object

    Milestone payload in JSON representation. See Core API.

    block object

    Block in JSON representation. See Core API.

    proof ProofNode

    A node in the merkle tree.

    l object
    oneOf
    h string
    r object
    oneOf
    h string

Responses

Successful operation.

Schema
    valid boolean
Loading...