TanLocc
TanLocc
I have the following nft generation code: `async function createNft( metaplex: Metaplex, uri: string, ): Promise { const { nft } = await metaplex .nfts() .create({ uri: uri, name: tokenName,...
### Which package is this bug report for? auction-house ### Which Type of Package is this bug report for? Rust Contract ### Issue description This is the code to create...
I have followed your instructions to Create Account  After that I Start Bot, I received this error  And I checked the App Telegram, I was no longer logged...
I noticed the changeproxy() function doesn't have username and password parameters for HTTP proxies authen by username and password. Is there a way to add proxies with authen to each...