Type alias TokenRoleAuthorizations

TokenRoleAuthorizations: {
    accounts: Type[];
}

Represents the authorizations held by accounts for a specific admin role on a token. An empty accounts array means no accounts currently hold the role.

Type declaration

Generated using TypeDoc