DrawTxsResponse
A response containing base64 encoded VersionedTransactions for drawing
result objectrequired
The draw transaction result
txsstring[]required
Array of base64 encoded VersionedTransactions
latestBlockhashAndContextobjectrequired
The blockhash context used to create the transactions
DrawTxsResponse
{
"result": {
"txs": [
"string"
],
"latestBlockhashAndContext": {}
}
}