Skip to main content
Version: 24.2.x

Interface: SectionPermissions<T>

api/entities/types.SectionPermissions

Signer/agent permissions for a specific type

Type parameters

NameDescription
Ttype of Permissions (Asset, Transaction, Portfolio, etc)

Hierarchy

Properties

type

type: PermissionType

Whether the permissions are inclusive or exclusive

Defined in

api/entities/types.ts:613


values

values: T[]

Values to be included/excluded

Defined in

api/entities/types.ts:609