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