Skip to content

API Reference / StakeHistoryEntry

Class: StakeHistoryEntry

Defined in: internal.d.ts:465

Constructors

Constructor

new StakeHistoryEntry(effective, activating, deactivating): StakeHistoryEntry

Defined in: internal.d.ts:471

Parameters

effective

bigint

effective stake at this epoch

activating

bigint

sum of portion of stakes not fully warmed up

deactivating

bigint

Returns

StakeHistoryEntry

Accessors

activating

Get Signature

get activating(): bigint

Defined in: internal.d.ts:476

sum of portion of stakes not fully warmed up

Returns

bigint

Set Signature

set activating(val): void

Defined in: internal.d.ts:477

Parameters
val

bigint

Returns

void


deactivating

Get Signature

get deactivating(): bigint

Defined in: internal.d.ts:479

requested to be cooled down, not fully deactivated yet

Returns

bigint

Set Signature

set deactivating(val): void

Defined in: internal.d.ts:480

Parameters
val

bigint

Returns

void


effective

Get Signature

get effective(): bigint

Defined in: internal.d.ts:473

effective stake at this epoch

Returns

bigint

Set Signature

set effective(val): void

Defined in: internal.d.ts:474

Parameters
val

bigint

Returns

void

Methods

toString()

toString(): string

Defined in: internal.d.ts:481

Returns

string