= 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
Outgoing viewing keys allow to keep track of spendings from a key. This feature is optional, a payer can decide to not keep track of its outgoing transactions. *
val of_bytes : bytes -> t option
val to_bytes : t -> bytes
val of_seed : bytes -> t
Generate a key from a 32 byte uniformly random seed. The source of randomness should be of cryptographic quality. *
val child_index : t -> int32
Returns the next available index from a key *
val b58check_encoding : t Tezos_crypto.Base58.encoding