Rust Master

Results 4 issues of Rust Master

I am facing this issue. Anyone can help me to resolve, I am trying to run the arbitrage.js project -> https://github.com/jklepatch/eattheblocks/tree/master/profitable-flashloans/30-make-arbitrage-script-run-247 UnhandledPromiseRejectionWarning: Error: Returned values aren't valid, did it run...

I'm running the only one test that is **init auction**, it gives an error :`TypeError: provider.send is not a function` ``` 1) init auction 0 passing (106ms) 1 failing 1)...

async with AsyncClient('https://api.mainnet-beta.solana.com') as client: connected = await client.is_connected() token_client = AsyncToken(conn=client, pubkey=token_mint_address, program_id=TOKEN_PROGRAM_ID, payer=wallet_keypair) token_account_address = get_associated_token_address( wallet_keypair.pubkey(), token_mint_address ) blockhash = await client.get_latest_blockhash() create_account_ix = spl_token.initialize_account( InitializeAccountParams( mint=token_mint_address,...

I have question about pnft can we use pnft in the Anchor to transfer pnft to pda.