Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit ab0c5ee

Browse files
committed
fix(sendRawTransaction): Updating BITBOX docs for sendRawTransactions and Transaction.details endpoints
1 parent d84e9ff commit ab0c5ee

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/data/docs/bitbox/rawtransactions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,13 @@ that is serialized, hex-encoded data for 'txid'.
127127

128128
Submits raw transaction (serialized, hex-encoded) to local node and network. Also see createrawtransaction and signrawtransaction calls.
129129

130+
For bulk uploads, transactions must use different UTXOs.
131+
130132
#### Arguments
131133

132-
1. hex `String` required: raw hex string
134+
- hex (required):
135+
- `String`: hex encoded string of the transaction to be broadcast
136+
- `Array` of strings: each element is a hex encoded string
133137

134138
#### Result
135139

src/data/docs/bitbox/transaction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Return details about a Transaction.
1212

1313
#### Arguments
1414

15-
1. txids `Array` required: Array with maximum of 20 transaction ids
15+
- txids (required):
16+
- `String`: transaction ID
17+
- `Array` of strings: collection of transaction IDs
1618

1719
#### Result
1820

0 commit comments

Comments
 (0)