Crate psp22_full

Crate psp22_full 

Source
Expand description

Main module for the PSP22 token implementation.

This module defines the main Token struct and re-exports key components from other modules.

Re-exports§

pub use data::PSP22Data;
pub use data::PSP22Event;
pub use errors::PSP22Error;
pub use traits::PSP22;

Modules§

data
Module for managing PSP22 token data and events.
errors
Error types for the PSP22 token standard.
traits
Trait definitions for PSP22 token functionalities.