Add reciept status in log for graphql.

This commit is contained in:
Arijit Das
2021-08-31 12:01:06 +05:30
parent a28892f1d3
commit d0c3241730
9 changed files with 25 additions and 11 deletions
+3
View File
@@ -72,6 +72,9 @@ const schema string = `
# IPLD block data for the Receipt this Log exists in.
ipldBlock: Bytes!
# Status of the Receipt IPLD block this Log exists in.
status: Int!
}
# Transaction is an Ethereum transaction.