Events API
Streams events from HotShot
Last updated
{
"view_number": integer,
"event":
{
"StartupInfo": {
"known_node_with_stake": [
{
}
]
}
}
| { "HotshotError": { "error": ... } }
| { "HotshotTransactions": { "transactions": [Transaction] } }
| {
"HotshotDecide": {
"leaf_chain": [LeafInfo],
"block_size": null | integer
}
}
| {
"HotshotDAProposal": {
"proposal": DAProposal,
"sender": tagged<BLS_VER_KEY>
}
}
| {
"HotshotQuorumProposal": {
"proposal": QuorumProposal,
"sender": tagged<BLS_VER_KEY>
}
}
| "Unknown"
}