Crate secret_toolkit_viewing_key

Source
Expand description

§Secret Contract Development Toolkit - Permits

⚠️ This package is a sub-package of the secret-toolkit package. Please see its crate page for more context.

Utils for implementing permits, used by SNIP20 & SNIP721.

Structs§

ViewingKey
This is the default implementation of the viewing key store, using the “viewing_keys” storage prefix.

Constants§

VIEWING_KEY_PREFIX
VIEWING_KEY_SIZE

Traits§

ViewingKeyStore
A trait describing the interface of a Viewing Key store/vault.