light-token 0.4.0

SDK for Light Tokens
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>>;