Skip to main content
Version: 23.0.x

Interface: SectionPermissions<T>

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

types/index.ts:994


values

values: T[]

Values to be included/excluded

Defined in

types/index.ts:990