Skip to content
#

dapps-development

Here are 86 public repositories matching this topic...

tatssato
tatssato commented Sep 29, 2020

the query!() macro accepts the QueryFilter which is a union of each of the field in the QueryFilter struct.
Right now, you can only specify one variant of the HeaderType enum in the header_type() method for QueryFilter.
This may not be necessary (because we can filter HeaderType in zome_fn level against what is returned from query macro), but may be nice to have if the header_type fiel

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

Crypto arbitrage bot that searches for a significant difference in crypto prices on a number of exchanges and will execute the simultaneous buying and selling of said crypto through a flash loan provided by the AAVE Flash Loan Smart Contract V2.

  • Updated Feb 28, 2021
  • Solidity

Improve this page

Add a description, image, and links to the dapps-development 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 dapps-development topic, visit your repo's landing page and select "manage topics."

Learn more