Skip to main content
Version: 26.0.0-alpha.1

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:619


values

values: T[]

Values to be included/excluded

Defined in

api/entities/types.ts:615