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