package tezos-protocol-alpha

  1. Overview
  2. Docs
Tezos protocol alpha package

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

doc/tezos_protocol_environment_alpha/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.