API Reference / StakeHistoryEntry
Class: StakeHistoryEntry
Defined in: internal.d.ts:458
Constructors
Constructor
new StakeHistoryEntry(
effective
,activating
,deactivating
):StakeHistoryEntry
Defined in: internal.d.ts:464
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:469
sum of portion of stakes not fully warmed up
Returns
bigint
Set Signature
set activating(
val
):void
Defined in: internal.d.ts:470
Parameters
val
bigint
Returns
void
deactivating
Get Signature
get deactivating():
bigint
Defined in: internal.d.ts:472
requested to be cooled down, not fully deactivated yet
Returns
bigint
Set Signature
set deactivating(
val
):void
Defined in: internal.d.ts:473
Parameters
val
bigint
Returns
void
effective
Get Signature
get effective():
bigint
Defined in: internal.d.ts:466
effective stake at this epoch
Returns
bigint
Set Signature
set effective(
val
):void
Defined in: internal.d.ts:467
Parameters
val
bigint
Returns
void
Methods
toString()
toString():
string
Defined in: internal.d.ts:474
Returns
string