Skip to main content

Return information that is used to attach a block in the network.

GET 

/api/core/v3/blocks/issuance

Return information that is used to attach a block in the network, which includes parents, last finalized slot index and the latest commitment the node created.

Responses

Successful operation.

Schema
    strongParents string[]

    The block identifiers that can be used to a attach a block to. Hex-encoded with 0x prefix.

    weakParents string[]

    The block identifiers that can be used to a attach a block to. Hex-encoded with 0x prefix.

    shallowLikeParents string[]

    The block identifiers that can be used to a attach a block to. Hex-encoded with 0x prefix.

    latestParentBlockIssuingTime string

    The latest issuing time of the returned parents.

    latestFinalizedSlot integer

    The latest finalized slot index.

    latestCommitment Commitment

    An object embedded to a block, containing a summary of a slot.

    protocolVersion integerrequired

    The version of the protocol running.

    slot integerrequired

    The slot index of the commitment.

    previousCommitmentId stringrequired

    The commitment identifier of the previous slot.

    rootsId stringrequired

    The digest of multiple merkle roots within this slot.

    cumulativeWeight stringrequired

    The sum of previous slot commitment cumulative weight and weight of issuers of accepted blocks within index minus Maximum Committable Age. It indicates the weight of the chain at index minus Maximum Committable Age committed at index slot.

    referenceManaCost stringrequired

    This field provides the Reference Mana Cost (RMC) to be used in the slot with index Index + Max Committable Age.

Loading...