package tezos-protocol-alpha

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-protocol-alpha.environment/Tezos_protocol_environment_alpha/Sapling/UTXO/index.html

Module Sapling.UTXO

type rk = Tezos_sapling__Core.Client.UTXO.rk
type spend_proof = Tezos_sapling__Core.Client.UTXO.spend_proof
type spend_sig = Tezos_sapling__Core.Client.UTXO.spend_sig
type output_proof = Tezos_sapling__Core.Client.UTXO.output_proof
type input = Tezos_sapling__Core.Client.UTXO.input = {
  1. cv : Tezos_sapling__Core.Client.CV.t;
  2. nf : Tezos_sapling__Core.Client.Nullifier.t;
  3. rk : rk;
  4. proof_i : spend_proof;
  5. signature : spend_sig;
}
val input_encoding : input Data_encoding.t
type output = Tezos_sapling__Core.Client.UTXO.output = {
  1. cm : Tezos_sapling__Core.Client.Commitment.t;
  2. proof_o : output_proof;
  3. ciphertext : Tezos_sapling__Core.Client.Ciphertext.t;
}
val output_encoding : output Data_encoding.t
type binding_sig = Tezos_sapling__Core.Client.UTXO.binding_sig
val binding_sig_encoding : binding_sig Data_encoding.t
type transaction = Tezos_sapling__Core.Client.UTXO.transaction = {
  1. inputs : input list;
  2. outputs : output list;
  3. binding_sig : binding_sig;
  4. balance : int64;
  5. root : Tezos_sapling__Core.Client.Hash.t;
  6. bound_data : string;
}
val transaction_encoding : transaction Data_encoding.t
val max_amount : int64
val valid_amount : int64 -> bool
module Legacy : sig ... end
OCaml

Innovation. Community. Security.