Skip to content

StateProofFields

StateProofFields: object

[sp] represents a state proof.

Definition: crypto/stateproof/structs.go : StateProof

Type declaration

part-proofs?

optional part-proofs: MerkleArrayProof

positions-to-reveal?

optional positions-to-reveal: number[]

[pr] Sequence of reveal positions.

reveals?

optional reveals: StateProofReveal[]

[r] Note that this is actually stored as a map[uint64] - Reveal in the actual msgp

salt-version?

optional salt-version: number

[v] Salt version of the merkle signature.

sig-commit?

optional sig-commit: string

[c]

sig-proofs?

optional sig-proofs: MerkleArrayProof

signed-weight?

optional signed-weight: number

[w]

Defined in

types.gen.ts:746