PermissionsLike

Permissions to grant to a Signer over an Identity

note TxGroups in the transactionGroups array will be transformed into their corresponding TxTags and appended to the transactions array. If transactions is null, then the value of transactionGroups is redundant

Hierarchy

  • PermissionsLike

Index

Properties

Properties

Optional portfolios

portfolios? : PortfolioLike[] | null

Defined in src/types/index.ts:702

Optional tokens

tokens? : (string | SecurityToken‹›)[] | null

Defined in src/types/index.ts:699

Optional transactionGroups

transactionGroups? : TxGroup[]

Defined in src/types/index.ts:701

Optional transactions

transactions? : TxTag[] | null

Defined in src/types/index.ts:700

Last updated