Skip to content

api.entities.types.SectionPermissions

polymesh-bot edited this page Jun 3, 2025 · 37 revisions

Interface: SectionPermissions<T>

api/entities/types.SectionPermissions

Signer/agent permissions for a specific type

Type parameters

Name Description
T type of Permissions (Asset, Transaction, Portfolio, etc)

Hierarchy

Table of contents

Properties

Properties

type

type: PermissionType

Whether the permissions are inclusive or exclusive

Defined in

api/entities/types.ts:629


values

values: T[]

Values to be included/excluded

Defined in

api/entities/types.ts:625

Clone this wiki locally