Evm_store.Blueprints
val store :
t ->
Blueprint_types.t ->
unit Mavryk_base.TzPervasives.tzresult Lwt.t
val find :
t ->
Evm_node_lib_prod_encoding.Ethereum_types.quantity ->
Blueprint_types.t option Mavryk_base.TzPervasives.tzresult Lwt.t
val find_range :
t ->
from:Evm_node_lib_prod_encoding.Ethereum_types.quantity ->
to_:Evm_node_lib_prod_encoding.Ethereum_types.quantity ->
(Evm_node_lib_prod_encoding.Ethereum_types.quantity * Blueprint_types.payload)
list
Mavryk_base.TzPervasives.tzresult
Lwt.t