We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a29d6b + 87120ce commit fd9d87aCopy full SHA for fd9d87a
src/client/client.ts
@@ -3780,7 +3780,7 @@ export class Client {
3780
return resp.data.completeBtcPayloadSignature
3781
}
3782
3783
- private async sendBlockchainRawTransaction(params: {
+ public async sendBlockchainRawTransaction(params: {
3784
blockchain: SendBlockchainRawTransactionArgs['payload']['blockchain']
3785
payload: SendBlockchainRawTransactionArgs['payload']['transactionPayload']
3786
}): Promise<string> {
0 commit comments