Crates.io | zipper_macros |
lib.rs | zipper_macros |
version | 1.0.0 |
source | src |
created_at | 2022-11-22 00:18:05.450688 |
updated_at | 2022-11-22 00:18:05.450688 |
description | This repository contains the helper attribute proc macros for the zipper smart contract on Solana |
homepage | |
repository | https://github.com/cavemanloverboy/zipper |
max_upload_size | |
id | 720540 |
size | 8,132 |
This repository contains the helper attribute proc macros for the zipper smart contract on Solana that build all of the Accounts
structs and instructions expected by anchor's #[derive(Accounts)]
and #[program]
, respectively. These two procedural macro attributes are #[token_account_struct]
and #[verify]
.