= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package tezos-sapling
-
tezos-sapling
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Necessary information to create tokens. *
val to_ciphertext :
t ->
CV.t ->
Viewing_key.t ->
Rcm.t ->
DH.esk ->
Ciphertext.t * Commitment.t
Creates a ciphertext that the recipient can use to spend his tokens, and our ovk can see as spent tokens. *
val to_ciphertext_without_ovk :
t ->
Rcm.t ->
DH.esk ->
CV.t ->
Ciphertext.t * Commitment.t
Same as to_ciphertext but does not allow the ovk to decrypt (ie. of_ciphertext_out
will return None). *