package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module UTXO.LegacySource

Sourcetype transaction_new = transaction
Sourcetype transaction = {
  1. inputs : input list;
  2. outputs : output list;
  3. binding_sig : binding_sig;
  4. balance : int64;
  5. root : Hash.t;
}
Sourceval transaction_encoding : transaction Data_encoding.t
OCaml

Innovation. Community. Security.