Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetActiveContractsRequest

Example:

{
    filter: {
        filtersByParty: {
            Alice: {
                inclusive: {
                    templateIds: [
                        {
                            packageId: 'some-package-id',
                            moduleName: 'SomeModule',
                            entityName: 'SomeTemplate'
                        }
                    ]
                }
            }
        }
    }
}

To express values in a more concise way, you can have a look at the ValueHelpers.

see

TransactionFilter

see

Filters

see

InclusiveFilters

see

Identifier

Hierarchy

  • GetActiveContractsRequest

Index

Properties

Properties

filter

Templates to include in the served snapshot, per party.

Optional verbose

verbose: undefined | false | true

If enabled, values served over the API will contain more information than strictly necessary to interpret the data. In particular, setting the verbose flag to true triggers the ledger to include labels for record fields.

These bindings (and not the server) set this flag to true by default, unless otherwise specified.

Generated using TypeDoc