TransactionResponse
No description
type TransactionResponse {
transaction: Transaction!
transactionHash: ID!
success: Boolean!
response: String!
timestamp: DateTime!
}
Fields
TransactionResponse.transaction ● Transaction! non-null object
TransactionResponse.transactionHash ● ID! non-null scalar
TransactionResponse.success ● Boolean! non-null scalar
TransactionResponse.response ● String! non-null scalar
TransactionResponse.timestamp ● DateTime! non-null scalar
Member of
Transaction object