Skip to main content

Computes applied and confirmed merkle route hashes for a proposed milestone.

POST 

/api/core/v2/whiteflag

Computes applied and confirmed merkle route hashes for a proposed milestone.

Request

Body

    index integerrequired

    The index of the milestone.

    timestamp integerrequired

    The timestamp of the milestone.

    parents string[]required

    The hex encoded block IDs of the parents the milestone references.

    previousMilestoneId stringrequired

    The hex encoded milestone ID of the previous milestone.

Responses

Successful operation.

Schema
    inclusionMerkleRoot stringrequired

    The hex encoded inclusion merkle tree root as a result of the white flag computation.

    appliedMerkleRoot stringrequired

    The hex encoded applied merkle tree root as a result of the white flag computation.

Loading...