package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type transaction_new = transaction
type 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;
}
val transaction_encoding : transaction Data_encoding.t
OCaml

Innovation. Community. Security.