Skip to content

Commit

Permalink
introduce ApiSerializedTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Jun 10, 2021
1 parent 087e36c commit 55806e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion specifications/api/swagger.yaml
Expand Up @@ -1920,13 +1920,20 @@ components:
properties:
id: *transactionId

ApiSerialisedTransaction: &ApiSerialisedTransaction
<<: *serializedTransaction
description: |
An transaction can be posted fully encoded, or separated into
a body and witness set, each of these being individually
encoded.
ApiConstructTransaction: &ApiConstructTransaction
type: object
required:
- serialized_transaction
- inputs
properties:
serialized_transaction: *serializedTransaction
serialized_transaction: *ApiSerialisedTransaction
inputs: *transactionInputsExtended

ApiTransaction: &ApiTransaction
Expand Down

0 comments on commit 55806e1

Please sign in to comment.