Tx_rollup.Pval compression_bound : unit Types.P.Bounded.t list -> Z.tval compress : unit Types.P.Bounded.t list -> Z.tval scalar_of_account : Types.P.account -> Plompiler.S.tval scalar_of_leaf : Types.P.leaf -> Hash.scalarval default_leaf : int -> Types.P.leafval empty_ticket_tree : int -> Types.P.leaf array * Types.P.Merkle.treeval default_account :
int ->
Types.P.account * Types.P.leaf array * Types.P.Merkle.treeval get_account :
int ->
(Types.P.account * Types.P.leaf array * Types.P.Merkle.tree) Types.P.IMap.t ->
Types.P.account * Types.P.leaf array * Types.P.Merkle.treeval random_leaf : Constants.position Types.P.Bounded.t -> Types.P.leafval random_ticket_tree : int -> Types.P.Merkle.tree * Types.P.leaf arrayval random_account :
Types.P.Schnorr.sk array ->
int ->
Types.P.account * Types.P.leaf array * Types.P.Merkle.treeval random_state : Types.P.Schnorr.sk array -> unit -> Types.P.stateval empty_state : unit -> Types.P.stateval make_state :
(Types.P.Schnorr.pk * Z.t * Constants.balance Types.P.ticket array) list ->
Types.P.stateval coerce : 'a Types.P.Bounded.t -> Z.tval hash_op : Types.P.unsigned_tx -> Hash.scalarval sign_op : Types.P.Schnorr.sk -> Types.P.unsigned_tx -> Types.P.txval preprocess_operation :
Types.P.state ->
Types.P.tx ->
Types.P.mavryk_zkru ->
Types.P.state * Types.P.tx * Types.P.tx_storage optionval get_validity : Types.P.tx_storage option -> boolval tx_fee :
Types.P.tx ->
Types.P.tx_storage option ->
Constants.fee Types.P.Bounded.tval preprocess_private_batch :
Types.P.state ->
Types.P.tx list ->
Types.P.mavryk_zkru ->
Types.P.state
* Types.P.transfer list
* Types.P.transfer_storage list
* Epoxy_tx__Constants.amount Types.P.Bounded.ttype generate_op_result = {tx : Types.P.tx;tx_s : Types.P.tx_storage;fee : Constants.fee Types.P.Bounded.t;hash : Plompiler.S.t;exit_validity : bool;}val generate_transaction :
?src_pos:Z.t ->
?dst_pos:Z.t ->
?amount:Constants.amount Types.P.ticket ->
?fee:Z.t ->
?cnt:Z.t ->
?valid:bool ->
?unsafe:bool ->
sks:Types.P.Schnorr.sk array ->
Types.P.state ->
generate_op_result * Types.P.stateval generate_transactions :
?src_pos:Z.t ->
?dst_pos:Z.t ->
?amount:Constants.amount Types.P.ticket ->
?fee:Z.t ->
?cnt:Z.t ->
?valid:bool ->
?unsafe:bool ->
nb_batches:int ->
batch_size:int ->
sks:Types.P.Schnorr.sk array ->
Types.P.state ->
(generate_op_result list * Types.P.state) list