octez-libs.epoxy-tx
Tx_rollup.P
aggregation
bare_functor_outputs
bare_sigs
bare_structs
communication
distribution
octez-libs.aplonk
octez-libs.base
octez-libs.base-test-helpers
octez-libs.bls12-381-hash
octez-libs.bls12-381-polynomial
octez-libs.bls12-381-signature
octez-libs.clic
octez-libs.context
octez-libs.crypto
octez-libs.crypto-dal
octez-libs.distributed-plonk
octez-libs.error-monad
octez-libs.error-monad-legacy
octez-libs.event-logging
octez-libs.event-logging-test-helpers
octez-libs.expect-helper
octez-libs.hacl
octez-libs.kzg
octez-libs.lazy-containers
octez-libs.lwt-result-stdlib
octez-libs.mec
octez-libs.micheline
octez-libs.plompiler
octez-libs.plonk
octez-libs.polynomial
octez-libs.requester
octez-libs.rpc
octez-libs.rpc-http
octez-libs.rpc-http-client
octez-libs.rpc-http-client-unix
octez-libs.rpc-http-server
octez-libs.srs-extraction
octez-libs.stdlib
octez-libs.stdlib-unix
octez-libs.test-helpers
octez-libs.tezos-context
octez-libs.tezos-gossipsub
octez-libs.tezos-p2p-services
octez-libs.tezos-sapling
octez-libs.tezos-workers
octez-libs.tezt-wrapper
octez-libs.tree-encoding
octez-libs.version
plonk_test
tezos_base_p2p_identity_file
tezos_base_unix
tezos_clic_unix
tezos_context_disk
tezos_context_dump
tezos_context_encoding
tezos_context_helpers
tezos_context_memory
tezos_context_merkle_proof_encoding
tezos_context_sigs
tezos_crypto_dal_octez_dal_config
tezos_version_parser
traced_functor_outputs
traced_sigs
traced_structs
traces
val compression_bound : unit Types.P.Bounded.t list -> Z.t
val compress : unit Types.P.Bounded.t list -> Z.t
val scalar_of_account : Types.P.account -> Plompiler.S.t
val scalar_of_leaf : Types.P.leaf -> Hash.scalar
val default_leaf : int -> Types.P.leaf
val empty_ticket_tree : int -> Types.P.leaf array * Types.P.Merkle.tree
val default_account : int -> Types.P.account * Types.P.leaf array * Types.P.Merkle.tree
val 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.tree
val random_leaf : Constants.position Types.P.Bounded.t -> Types.P.leaf
val random_ticket_tree : int -> Types.P.Merkle.tree * Types.P.leaf array
val random_account : Types.P.Schnorr.sk array -> int -> Types.P.account * Types.P.leaf array * Types.P.Merkle.tree
val random_state : Types.P.Schnorr.sk array -> unit -> Types.P.state
val empty_state : unit -> Types.P.state
val make_state : (Types.P.Schnorr.pk * Z.t * Constants.balance Types.P.ticket array) list -> Types.P.state
val coerce : 'a Types.P.Bounded.t -> Z.t
val hash_op : Types.P.unsigned_tx -> Hash.scalar
val sign_op : Types.P.Schnorr.sk -> Types.P.unsigned_tx -> Types.P.tx
val preprocess_operation : Types.P.state -> Types.P.tx -> Types.P.tezos_zkru -> Types.P.state * Types.P.tx * Types.P.tx_storage option
val get_validity : Types.P.tx_storage option -> bool
val tx_fee : Types.P.tx -> Types.P.tx_storage option -> Constants.fee Types.P.Bounded.t
val preprocess_private_batch : Types.P.state -> Types.P.tx list -> Types.P.tezos_zkru -> Types.P.state * Types.P.transfer list * Types.P.transfer_storage list * Epoxy_tx__Constants.amount Types.P.Bounded.t
type 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.state
val 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