Class ValidatorBid

Represents a bid by a validator, including details about the bonding purse, delegation rate, stake, and vesting schedule.

Hierarchy

  • ValidatorBid

Constructors

Properties

bondingPurse: URef

The bonding purse associated with the validator.

delegationRate: number

The rate at which delegations to this validator are taxed.

inactive: boolean

Indicates whether the validator is currently inactive.

maximumDelegationAmount: number
minimumDelegationAmount: number

Minimum and maximum amounts that can be delegated to this validator.

reservedSlots: number

Number of slots reserved for specific delegators

stakedAmount: CLValueUInt512

The total amount staked by this validator.

vestingSchedule?: VestingSchedule

The vesting schedule for this validator’s stake.

Generated using TypeDoc