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
Optional portfolios
• portfolios ? : PortfolioLike [] | null
Defined in src/types/index.ts:859 arrow-up-right
array of Portfolios for which to grant permissions. A null value represents full permissions
Optional tokens
• tokens ? : (string | SecurityToken ‹›)[] | null
Defined in src/types/index.ts:847 arrow-up-right
array of Security Tokens on which to grant permissions. A null value represents full permissions
Optional transactionGroups
• transactionGroups ? : TxGroup []
Defined in src/types/index.ts:855 arrow-up-right
array of transaction groups that the Secondary Key has permission to execute.
Optional transactions
• transactions ? : TxTag[] | null
Defined in src/types/index.ts:851 arrow-up-right
array of transaction tags that the Secondary Key has permission to execute. A null value represents full permissions