light-sdk-types 0.23.0

Core types for Light Protocol SDK
Documentation
1
2
3
4
5
6
7
8
9
10
//! Accounts-level interface for #[derive(LightAccounts)].
//!
//! This module contains traits and functions for context struct handling,
//! validation, and initialization at the accounts struct level.

pub mod finalize;
pub mod init_compressed_account;

#[cfg(feature = "light-account")]
pub mod create_accounts;