types.SectionPermissions

@polymeshassociation/polymesh-sdk / Modules / types / SectionPermissions

Interface: SectionPermissions<T>

types.SectionPermissions

Signer/agent permissions for a specific type

Type parameters

NameDescription

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

types/index.ts:900


values

values: T[]

Values to be included/excluded

Defined in

types/index.ts:896

Last updated