Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cavemanloverboy/zipper
/ functions
Functions
8 in github.com/cavemanloverboy/zipper
⨍
Functions
8
◇
Types & classes
6
↓ 2 callers
Function
get_funded_user
( dev_key: &Keypair, mint_key: &Keypair, mint_key2: &Keypair, solana_client: &RpcClient, )
programs/zipper/tests/spoof.rs:531
↓ 2 callers
Function
initialize_mint_account
( dev_key: &Keypair, mint_key: &Keypair, solana_client: &RpcClient, )
programs/zipper/tests/spoof.rs:689
Method
parse
(input: ParseStream)
macros/src/lib.rs:10
Function
spoof
()
programs/zipper/tests/spoof.rs:27
Function
token_account_struct
(attr: TokenStream, item: TokenStream)
macros/src/lib.rs:20
Function
verify
This builds all of the instructions expected by Anchor's #[program]
macros/src/lib.rs:95
Function
verify
(ctx: Context<VerifyAccounts>, balances: Vec<u64>)
programs/zipper/src/lib.rs:18
Method
zip_accounts
The accounts should be zipped in the order corresponding to the balances in `balances` e.g. using `zip_accounts(&[account1, account2])` with `balance
programs/zipper/src/lib.rs:87