tezos-shell-services
Tezos: descriptions of RPCs exported by `tezos-shell`
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-shell-services
type block_error =
| Cannot_parse_operation of Tezos_crypto.Operation_hash.t | |||
| Invalid_fitness of {
} | |||
| Non_increasing_timestamp | |||
| Non_increasing_fitness | |||
| Invalid_level of {
} | |||
| Invalid_proto_level of {
} | |||
| Replayed_operation of Tezos_crypto.Operation_hash.t | |||
| Outdated_operation of {
} | |||
| Expired_chain of {
} | |||
| Unexpected_number_of_validation_passes of int | |||
| Too_many_operations of {
} | |||
| Oversized_operation of {
} | |||
| Unallowed_pass of {
} | |||
| Cannot_parse_block_header |
type Tezos_base__TzPervasives.error +=
| Invalid_block of {
} | |||
| Unavailable_protocol of {
} | |||
| Inconsistent_operations_hash of {
} | |||
| Failed_to_checkout_context of Tezos_crypto.Context_hash.t | |||
| System_error of {
} | |||
| Missing_test_protocol of Tezos_crypto.Protocol_hash.t | |||
| Validation_process_failed of validation_process_error |
val invalid_block :
Tezos_crypto.Block_hash.t ->
block_error ->
Tezos_base__TzPervasives.error