Messages
StateProof
| Field | Type | Description | 
|---|---|---|
proof | bytes | |
slot | uint64 | 
StateProofRequest
| Field | Type | Description | 
|---|---|---|
address | Pubkey | |
proof_type | StateProofType | |
target_slot | 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 |