$StateProof
const$StateProof:object
Type declaration
description
readonlydescription:"Represents a state proof and its corresponding message"='Represents a state proof and its corresponding message'
properties
readonlyproperties:object
properties.Message
readonlyproperties.Message:object
properties.Message.$ref
readonlyproperties.Message.$ref:"#/components/schemas/StateProofMessage"='#/components/schemas/StateProofMessage'
properties.StateProof
readonlyproperties.StateProof:object
properties.StateProof.description
readonlyproperties.StateProof.description:"The encoded StateProof for the message."='The encoded StateProof for the message.'
properties.StateProof.format
readonlyproperties.StateProof.format:"byte"='byte'
properties.StateProof.pattern
readonlyproperties.StateProof.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.StateProof.type
readonlyproperties.StateProof.type:"string"='string'
required
readonlyrequired: readonly ["Message","StateProof"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1482