Skip to content

$StateProof

const $StateProof: object

Type declaration

description

readonly description: "Represents a state proof and its corresponding message" = 'Represents a state proof and its corresponding message'

properties

readonly properties: object

properties.Message

readonly properties.Message: object

properties.Message.$ref

readonly properties.Message.$ref: "#/components/schemas/StateProofMessage" = '#/components/schemas/StateProofMessage'

properties.StateProof

readonly properties.StateProof: object

properties.StateProof.description

readonly properties.StateProof.description: "The encoded StateProof for the message." = 'The encoded StateProof for the message.'

properties.StateProof.format

readonly properties.StateProof.format: "byte" = 'byte'

properties.StateProof.pattern

readonly properties.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

readonly properties.StateProof.type: "string" = 'string'

required

readonly required: readonly ["Message", "StateProof"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:1482