Interface: Permissions
api/entities/types.Permissions
Permissions a Secondary Key has over the Identity. A null value means the key has
all permissions of that type (e.g. if assets
is null, the key has permissions over all
of the Identity's Assets)
Properties
assets
• assets: null
| SectionPermissions
<FungibleAsset
>
Assets over which this key has permissions
Defined in
portfolios
• portfolios: null
| SectionPermissions
<NumberedPortfolio
| DefaultPortfolio
>