Skip to main content

CollapsedMerkleTree

For the complete documentation index, see llms.txt

No description

type CollapsedMerkleTree {
startIndex: Int!
endIndex: Int!
update: HexEncoded!
protocolVersion: Int!
}

Fields

CollapsedMerkleTree.startIndex ● Int! non-null scalar

zswap 상태 시작 인덱스입니다.

CollapsedMerkleTree.endIndex ● Int! non-null scalar

zswap 상태 종료 인덱스입니다.

CollapsedMerkleTree.update ● HexEncoded! non-null scalar

16진수로 인코딩된 값입니다.

CollapsedMerkleTree.protocolVersion ● Int! non-null scalar

프로토콜 버전입니다.

Member Of

RelevantTransaction object