package tezos-protocol-demo-noops

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b

doc/tezos-protocol-demo-noops.environment/Tezos_protocol_environment_demo_noops/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.