light-compressed-token-sdk 0.23.0

Low-level SDK for compressed token operations on Light Protocol
Documentation
1
2
3
4
5
6
7
8
use light_token_types::account_infos::TransferAccountInfos as TransferAccountInfosTypes;
use solana_account_info::AccountInfo;

pub mod account_infos;
pub mod account_metas;
pub mod instruction;

pub type TransferAccountInfos<'a, 'b> = TransferAccountInfosTypes<'a, AccountInfo<'b>>;