Skip to main content
Version: 22.1.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:956


values

values: T[]

Values to be included/excluded

Defined in

types/index.ts:952