interface ApiRoles {
    admin?: boolean;
    reader?: boolean;
    staker?: boolean;
}

Properties

admin?: boolean

Full access to all operations

reader?: boolean

Read-only access across all staking networks

staker?: boolean

Access to everything except team member management and API key management