Mirror of the release branches for Tezos, a self-amending cryptographic ledger
-
Updated
May 30, 2022
Hi there,
I'm trying to estimate the fees for my transfer transaction, and this is what I did
Tezos.setProvider({ rpc: rpcNode, signer: new SomeSigner(publicKey) });
let pkh = await Tezos.signer.publicKeyHash();
let est = await Tezos.estimate.transfer({ amount, to: toAddr, source: pkh });
and I kept getting this error
HttpResponseError {
message: 'Http error response: (40
Add a description, image, and links to the tezos topic page so that developers can more easily learn about it.
To associate your repository with the tezos topic, visit your repo's landing page and select "manage topics."
Please add the ability to be able to receive the amount requested. When you go to receive for any crypto wallet, you can optionally enter in how much in that cryptocurrency or in fiat currency (which will be converted to crypto) you want to recieve. By filling in the requested amount it will update the QR code and address text which can be copied with the amount so when someone pastes the amount i