Skip to content
#

tezos

Here are 294 public repositories matching this topic...

airgap-wallet
trymeouteh
trymeouteh commented Feb 20, 2021

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

taquito
RuChiang
RuChiang commented May 7, 2020

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

Improve this page

Add a description, image, and links to the tezos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tezos topic, visit your repo's landing page and select "manage topics."

Learn more