幫助我讓 solana 交易更快
`async sendSplTransaction(錢包,{to,值,mintAddress,小數,費用}){
constrecipientPubKey = new PublicKey(to);
const mintPubKey = new PublicKey(mintAddress);
const bigValue = this.convertToBigInt(值, 小數);
constcentrecentBlockhash = 等待 this.provider.connection.getLatestBlockhash();
讓 currentBlockheight = 等待 this.provider.connection.getBlockHeight();
const { blockhash } = 等待 this.provider.connection.getLatestBlockhash();
常數 MAX_RETRIES = 3;
讓重試次數 = 0;
while (retryCount setTimeout(resolve, delay)); } else { return { success: false, data: null, error: error.message }; } } } return { success: false, data: null, error: 'Transaction retries exhausted.' }; }`
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3