DParameterChange
For the complete documentation index, see llms.txt
내역 조회용 D-parameter 변경 기록입니다.
type DParameterChange {
blockHeight: Int!
blockHash: HexEncoded!
timestamp: Int!
numPermissionedCandidates: Int!
numRegisteredCandidates: Int!
}
Fields
DParameterChange.blockHeight ● Int! non-null scalar
이 파라미터가 적용된 블록 높이입니다.
DParameterChange.blockHash ● HexEncoded! non-null scalar
이 파라미터가 적용된 블록의 16진수 인코딩 해시입니다.
DParameterChange.timestamp ● Int! non-null scalar
이 파라미터가 적용된 UNIX 타임스탬프입니다.
DParameterChange.numPermissionedCandidates ● Int! non-null scalar
허가된 후보 수입니다.
DParameterChange.numRegisteredCandidates ● Int! non-null scalar
등록된 후보 수입니다.
Returned By
dParameterHistory query