Random_oracle_input.Legacy
val t_of_sexp :
'field 'bool. ( Ppx_sexp_conv_lib.Sexp.t -> 'field ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'bool ) ->
Ppx_sexp_conv_lib.Sexp.t ->
( 'field, 'bool ) t
val sexp_of_t :
'field 'bool. ( 'field -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'bool -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'field, 'bool ) t ->
Ppx_sexp_conv_lib.Sexp.t
val field_elements : 'a array -> ( 'a, 'b ) t
val field : 'a -> ( 'b, 'c ) t
val bitstring : 'a list -> ( 'b, 'c ) t
val bitstrings : 'a list array -> ( 'b, 'c ) t
val pack_bits :
max_size:Core_kernel__Int.t ->
pack:( 'a Base__List.t -> 'b ) ->
( 'c, 'd ) t ->
'e list
val pack_to_fields :
size_in_bits:int ->
pack:( 'a Base__List.t -> 'b ) ->
( 'c, 'd ) t ->
'e Core_kernel.Array.t
val to_bits : unpack:( 'a -> 'b list ) -> ( 'c, 'd ) t -> 'b list
module Coding : sig ... end
See https://github.com/CodaProtocol/coda/blob/develop/rfcs/0038-rosetta-construction-api.md for details on schema
module Coding2 : sig ... end
Coding2 is an alternate binary coding setup where we pass two arrays of * field elements instead of a single structure to simplify manipulation * outside of the Mina construction API * * This is described as the second mechanism for coding Random_oracle_input in * RFC0038 *