Skip to content

Instantly share code, notes, and snippets.

@satran004
Created November 6, 2018 15:54
Show Gist options
  • Save satran004/6be067c0ef1e8fdffd1b08188ed5c1a0 to your computer and use it in GitHub Desktop.
Save satran004/6be067c0ef1e8fdffd1b08188ed5c1a0 to your computer and use it in GitHub Desktop.
AION GraphQL API - sendRawTransaction
SEND_RAWTXN_QUERY: string = `
mutation sendRawTransaction($encodedTx: String!) {
txnApi {
sendRawTransaction(encodedTx: $encodedTx) {
status
msgHash
txHash
txResult
txDeploy
error
}
}
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment