此存储库包含为Solana上的zipper智能合约提供的辅助属性proc宏
由 cavemanloverboy
#342 in #account
用于 solana-zipper
9KB 128 行
此存储库包含为Solana上的zipper智能合约提供的辅助属性proc宏,用于构建anchor期望的所有Accounts结构和指令,分别对应于#[derive(Accounts)]和#[program]。这两个过程宏属性分别是#[token_account_struct]和#[verify]。
Accounts
#[derive(Accounts)]
#[program]
#[token_account_struct]
#[verify]
~1.5MB ~35K SLoC