package octez-libs

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

Module Forge.OutputSource

Sourcetype t = {
  1. address : Viewing_key.address;
  2. amount : int64;
  3. memo : Bytes.t;
}
Sourceval to_ciphertext : t -> R.cv -> Viewing_key.t -> R.rcm -> R.esk -> Ciphertext.t * R.commitment
Sourceval to_ciphertext_without_ovk : t -> R.rcm -> R.esk -> CV.t -> Ciphertext.t * R.commitment