Skip to content

api.entities.Account.types.StakingCommission

prashantasdeveloper edited this page May 1, 2025 · 5 revisions

Interface: StakingCommission

api/entities/Account/types.StakingCommission

Table of contents

Properties

Properties

account

account: Account

The account of the validator

Defined in

api/entities/Account/types.ts:171


blocked

blocked: boolean

true if the validator has been blocked

Defined in

api/entities/Account/types.ts:181


commission

commission: BigNumber

The commission as a percentage (0-100)

Defined in

api/entities/Account/types.ts:176

Clone this wiki locally