Skip to content

$LedgerStateDeltaForTransactionGroup

const $LedgerStateDeltaForTransactionGroup: object

Type declaration

description

readonly description: "Contains a ledger delta for a single transaction group" = 'Contains a ledger delta for a single transaction group'

properties

readonly properties: object

properties.Delta

readonly properties.Delta: object

properties.Delta.$ref

readonly properties.Delta.$ref: "#/components/schemas/LedgerStateDelta" = '#/components/schemas/LedgerStateDelta'

properties.Ids

readonly properties.Ids: object

properties.Ids.items

readonly properties.Ids.items: object

properties.Ids.items.type

readonly properties.Ids.items.type: "string" = 'string'

properties.Ids.type

readonly properties.Ids.type: "array" = 'array'

required

readonly required: readonly ["Delta", "Ids"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:958