package tezos-sapling

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