package tezos-client-sapling-008-PtEdo2Zk

  1. Overview
  2. Docs

This module is used to represent any shielded token to avoid confusing it with Tez.

type t
val encoding : t Data_encoding.t
val pp : Format.formatter -> t -> unit
val zero : t
val of_mutez : int64 -> t option
val to_mutez : t -> int64
val of_tez : Tez.t -> t
val (+?) : t -> t -> (t, Tezos_error_monad.TzCore.error list) result