TransactionResult
The result from processing a transaction
type TransactionResult {
partyId: String!
hash: String!
status: Boolean!
error: String
}
Fields
TransactionResult.partyId
● String!
non-null scalar
The party which submitted this transaction
TransactionResult.hash
● String!
non-null scalar
The hash of the transaction
TransactionResult.status
● Boolean!
non-null scalar
Was the transaction successful or not?
TransactionResult.error
● String
scalar
The error emitted by the transaction, will be null if the transaction succeeded
Implemented by
Event
union