val of_partial_identifier :
Rosetta_models.Partial_block_identifier.t->( [> `That of [> `Hash of string ]| `This of [> `Height of int64 ]| `Those of [> `Height of int64 ] * [> `Hash of string ] ]
option,
'a )Async.Deferred.Result.t
val of_partial_identifier' :
Rosetta_models.Partial_block_identifier.t option->( [> `That of [> `Hash of string ]| `This of [> `Height of int64 ]| `Those of [> `Height of int64 ] * [> `Hash of string ] ]
option,
'a )Async.Deferred.Result.t
val is_genesis :
hash:Core_kernel.String.t ->block_height:Core_kernel.Int64.t ->[< `That of [< `Hash of Core_kernel.String.t ]| `This of [< `Height of Core_kernel.Int64.t ]| `Those of
[< `Height of Core_kernel.Int64.t ] * [< `Hash of Core_kernel.String.t ] ]
option->
bool