Skip to main content

DParameterChange

D-parameter change record for history queries.

type DParameterChange {
blockHeight: Int!
blockHash: HexEncoded!
timestamp: Int!
numPermissionedCandidates: Int!
numRegisteredCandidates: Int!
}

Fields

DParameterChange.blockHeight ● Int! non-null scalar

The block height where this parameter became effective.

DParameterChange.blockHash ● HexEncoded! non-null scalar

The hex-encoded block hash where this parameter became effective.

DParameterChange.timestamp ● Int! non-null scalar

The UNIX timestamp when this parameter became effective.

DParameterChange.numPermissionedCandidates ● Int! non-null scalar

Number of permissioned candidates.

DParameterChange.numRegisteredCandidates ● Int! non-null scalar

Number of registered candidates.

Returned By

dParameterHistory query