FinalizedBlockHeader⚓︎
Constructors⚓︎
new FinalizedBlockHeader()⚓︎
Returns⚓︎
FinalizedBlockHeader
Properties⚓︎
| Property | Modifier | Type |
|---|---|---|
_hash |
public |
Hash256 |
_height |
public |
Height |
_round |
public |
FinalizationRound |
TYPE_HINTS |
static |
object |
TYPE_HINTS.hash |
public |
string |
TYPE_HINTS.height |
public |
string |
TYPE_HINTS.round |
public |
string |
Accessors⚓︎
hash⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
Hash256 |
Returns⚓︎
void
height⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
Height |
Returns⚓︎
void
round⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
FinalizationRound |
Returns⚓︎
void
size⚓︎
Get Signature⚓︎
Returns⚓︎
number
Methods⚓︎
serialize()⚓︎
Returns⚓︎
Uint8Array<ArrayBufferLike>
sort()⚓︎
Returns⚓︎
void
toJson()⚓︎
Returns⚓︎
object
JSON-safe representation of this object.
toString()⚓︎
Returns⚓︎
string
deserialize()⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
payload |
any |
Returns⚓︎
FinalizedBlockHeader