ChainRawTransaction
No description
interface ChainRawTransaction {
amount: String!
blockHeight: Int!
}
Fields
ChainRawTransaction.amount ● String! non-null scalar
The amount in wei that was transferred in the transaction - hex string
ChainRawTransaction.blockHeight ● Int! non-null scalar
The height of the block where this transaction is in
Member Of
BlockchainTransaction object
Implemented By
ChainRawEthereumTransaction object