Skip to content

Instantly share code, notes, and snippets.

@satran004
Created November 6, 2018 15:48
Show Gist options
  • Save satran004/b94adcc72ebe5eab23190b065dbe9ebb to your computer and use it in GitHub Desktop.
Save satran004/b94adcc72ebe5eab23190b065dbe9ebb to your computer and use it in GitHub Desktop.
AION GQL API - NONCE and NRG PRICE
NONCE_NRGPRICE_QUERY: string = `
query nonce($address: String!) {
chainApi {
nonce(address: $address)
}
txnApi {
nrgPrice
}
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment