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
| Field | Type | Description |
|---|
proof | bytes | |
slot | uint64 | |
StateProofRequest
| Field | Type | Description |
|---|
address | thru.common.v1.Pubkey | |
proof_type | StateProofType | |
target_slot | optional ``uint64 | |
Enums
StateProofType
StateProofType selects the type of state proof to generate.
| Value | Number | Description |
|---|
STATE_PROOF_TYPE_UNSPECIFIED | 0 | |
STATE_PROOF_TYPE_CREATING | 1 | |
STATE_PROOF_TYPE_UPDATING | 2 | |
STATE_PROOF_TYPE_EXISTING | 3 | |