iotex-analytics icon indicating copy to clipboard operation
iotex-analytics copied to clipboard

Adding gasFee to ActionInfo type

Open nmhung1210 opened this issue 5 years ago • 0 comments

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!
}

nmhung1210 avatar Sep 29 '19 15:09 nmhung1210