We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
okx wallet failed to estimate gas. Below is the example code:
let transaction: InputTransactionData = { data: { function: "0x1::code::publish_package_txn", typeArguments: [], functionArguments: [hexToByteArray(metadataBytes), [hexToByteArray(byteCode)]], }, options: { gasUnitPrice: processedGasUnitPrice } }; const pendingTransaction = await signAndSubmitTransaction(transaction);
it that possible that okxwallet cant estimate gas for typeArguments is empty array? for other transaction like transfer is fine.
The text was updated successfully, but these errors were encountered:
As with this issue, suggesting to close
Sorry, something went wrong.
No branches or pull requests
okx wallet failed to estimate gas. Below is the example code:
it that possible that okxwallet cant estimate gas for typeArguments is empty array? for other transaction like transfer is fine.
The text was updated successfully, but these errors were encountered: