interface StreamerMessage {
    block: BlockView;
    shards: Shard[];
}

Properties

Properties

block: BlockView
shards: Shard[]

Generated using TypeDoc