TransactionResult
The result of applying a transaction to the ledger state. In case of a partial success (status), there will be segments.
type TransactionResult {
status: TransactionResultStatus!
segments: [Segment!]
}
Fields
TransactionResult.status ● TransactionResultStatus! non-null enum
TransactionResult.segments ● [Segment!] list object
Member Of
RegularTransaction object