Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.thru.org/llms.txt

Use this file to discover all available pages before exploring further.

Messages

StateProof

FieldTypeDescription
proofbytes
slotuint64

StateProofRequest

FieldTypeDescription
addressthru.common.v1.Pubkey
proof_typeStateProofType
target_slotoptional ``uint64

Enums

StateProofType

StateProofType selects the type of state proof to generate.
ValueNumberDescription
STATE_PROOF_TYPE_UNSPECIFIED0
STATE_PROOF_TYPE_CREATING1
STATE_PROOF_TYPE_UPDATING2
STATE_PROOF_TYPE_EXISTING3