DescribeTransaction
Description
description: |
Return a detailed information for a given transaction
Request Schema
DescribeTransactionRequest:
type: object
properties:
id:
type: array
items:
type: string
Response Schema
DescribeTransactionResponse:
type: object
required:
- status
properties:
status:
$ref: '#/components/schemas/TransactionStatus'
properties:
type: object
additionalProperties:
type: string