Type alias TokenAuthorizationsDetails

TokenAuthorizationsDetails: Partial<Record<TokenAdminRole, TokenRoleAuthorizations>>

The decoded form of the CBOR token-authorizations structure. A Partial<Record> because absent roles indicate that the corresponding feature is not enabled on the token (e.g. no "updateDenyList" key means the deny list is not active).

Generated using TypeDoc