iotex-analytics
iotex-analytics copied to clipboard
Adding gasFee to ActionInfo type
We would need to add gasFee
to the ActionInfo
type as below:
type ActionInfo {
actHash: String!
blkHash: String!
timeStamp: Int!
actType: String!
sender: String!
recipient: String!
amount: String!
gasFee: String!
}