Monitor all blocks that are successfully validated and applied by the node and selected as the new head of the given chain.
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
A timestamp as seen by the protocol: second-level precision, epoch based.
The fitness, or score, of a block, that allow the Tezos to decide which chain is the best. A fitness value is a list of byte sequences. They are compared as follows: shortest lists are smaller; lists of the same length are compared according to the lexicographical order.
^([a-zA-Z0-9][a-zA-Z0-9])*$