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.
1 parent 6a29d6b commit 87120ceCopy full SHA for 87120ce
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