INTERFACE

ChainRawTransaction

link GraphQL Schema definition

  • interface ChainRawTransaction {
  • # The amount in wei that was transferred in the transaction - hex string
  • amount: String!
  • # The height of the block where this transaction is in
  • blockHeight: Int!
  • }