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:837

Optional tokens

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

Defined in src/types/index.ts:834

Optional transactionGroups

transactionGroups? : TxGroup[]

Defined in src/types/index.ts:836

Optional transactions

transactions? : TxTag[] | null

Defined in src/types/index.ts:835

Last updated