Type Alias: PermissionsLike
PermissionsLike =
object
& {transactions?
:TransactionPermissions
|null
; } | {transactionGroups?
:TxGroup
[]; }
Defined in: src/api/entities/types.ts:797
Permissions to grant to a Signer over an Identity
Type declaration
Name | Type | Description | Defined in |
---|---|---|---|
|
| Assets on which to grant permissions. A null value represents full permissions | |
|
| Portfolios on which to grant permissions. A null value represents full permissions |
Note
TxGroups in the transactionGroups
array will be transformed into their corresponding TxTag
s