package tezos-sapling

  1. Overview
  2. Docs
type rcm

Randomness used for the commitment. *

type viewing_key_address
include T_encoding_bytes
include T_bytes
type t
val to_bytes : t -> bytes
val of_bytes_exn : bytes -> t
include T_encoding with type t := t
val encoding : t Data_encoding.t
val compute : viewing_key_address -> amount:int64 -> rcm -> t
val valid_position : int64 -> bool