Construction

Create Network Transaction from Signatures

Combine creates a network-specific transaction from an unsigned transaction and an array of provided signatures.

The signed transaction returned from this method will be sent to the /construction/submit endpoint by the caller.

post/construction/combine

Request body

network_identifierNetworkIdentifier required— unresolved $ref
unsigned_transactionstring required
signaturesSignature[] required— unresolved $ref

Response

Expected response to a valid request

signed_transactionstring required

Changes