Skip to content

$TransactionStateProof

const $TransactionStateProof: object

Type declaration

description

readonly description: “Fields for a state proof transaction. \n\nDefinition:\ndata/transactions/stateproof.go : StateProofTxnFields”

properties

readonly properties: object

properties.message

readonly properties.message: object

properties.message.$ref

readonly properties.message.$ref: "#/components/schemas/IndexerStateProofMessage" = '#/components/schemas/IndexerStateProofMessage'

properties.state-proof

readonly properties.state-proof: object

properties.state-proof.$ref

readonly properties.state-proof.$ref: "#/components/schemas/StateProofFields" = '#/components/schemas/StateProofFields'

properties.state-proof-type

readonly properties.state-proof-type: object

properties.state-proof-type.description

readonly properties.state-proof-type.description: ”\[sptype\] Type of the state proof. Integer representing an entry defined in protocol/stateproof.go” = '\\[sptype\\] Type of the state proof. Integer representing an entry defined in protocol/stateproof.go'

properties.state-proof-type.type

readonly properties.state-proof-type.type: "integer" = 'integer'

properties.state-proof-type.x-algorand-format

readonly properties.state-proof-type.x-algorand-format: "uint64" = 'uint64'

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:1654