package tezos-protocol-008-PtEdo2Zk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type transaction_new
type transaction = {
  1. inputs : Tezos_sapling__Core.Validator.UTXO.input list;
  2. outputs : Tezos_sapling__Core.Validator.UTXO.output list;
  3. binding_sig : Tezos_sapling__Core.Validator.UTXO.binding_sig;
  4. balance : int64;
  5. root : Tezos_sapling__Core.Client.Hash.t;
}
val transaction_encoding : transaction Data_encoding.t
OCaml

Innovation. Community. Security.