Hierarchy (view full)

Constructors

Properties

contractId?: string[]
limit?: number

Specifies the maximum number of records to return.

order?: SortOrder
skip?: number

Specifies the offset for the first records to return.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]