= 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
Spending keys allow to spend and derive viewing keys. It contains key material and information to derive deterministically more spending keys using the zip-32 standard (equivalent of bip-32 for ZCash). See spec section 3.1 *
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