-
Hi, I need to create a contract. Can I use your contract when tokenBalance or signTransaction. Can you give more info about this subject. Thank you
-
Currently `eth_sendTransction` and `eth_signTransaction` RPC methods create transactions without replay protection introduced in [EIP-155](https://eips.ethereum.org/EIPS/eip-155).
The backend for r…
gumb0 updated
5 years ago
-
Hi All,
We have a user who is experiencing this error, `Operation cancelled` which seems to stem from `signTransaction`.
Unfortunately we can't reproduce and are having a hard time getting much …
-
Hey! I've been playing around with Blaze for a rather simple scenario and encountered quite a few hiccups so I thought I'd document them here. Do as you please with this feedback.
My goal was to c…
KtorZ updated
3 months ago
-
Description
- A Javascript Module that implements Fee Delegation Transaction Mechanism using Caver-js to call functions such as: signTransaction and sendTransaction for usage in Frontend Applications…
-
i got a error dialog with prompt "non-canonical integer (leading zero bytes) for *big.Int, decoding into (types.Transaction)(types.txdata).R" while send tokens using emerald-wallet.
it happens occasi…
-
Fixes #
## Proposed Changes
α
- you can get signer object from intmaxWalletSigner.
- signer has signMessage、signTransaction methods to sign params.
β
- dapps connects to the intmax wallet …
-
### Description of the issue
From user:
const signedTransactionRequest = await wallet.signTransaction(
tx
);
this code works and the transaction is signed
when I call
const …
-
const ethAdapter = new Web3Adapter({
web3: ethWeb,
signerAddress: owner,
});
const safeSdk = await Safe.create({
ethAdapter: ethAdapter,
safeAddress,
})
let senderSignat…
-
**The code in public_tx.js under the Deploy a smart contract operation in the Tutorials module of Private networks has significant errors, resulting in various errors when running node public_tx.js.**…