Skip to content

Commit

Permalink
chore: add doc comment for signAllInputs
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Sep 3, 2024
1 parent 6f9c71b commit b321149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sats-wagmi/src/connectors/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ abstract class SatsConnector {
return this.signAllInputs(psbtBase64);
}

/** Sign all PSBT inputs
* @param psbtBase64 - The Base64 encoded PSBT.
* @returns The signed transaction hex.
*/
async signAllInputs(psbtBase64: string) {
this.validatePaymentAddress();

Expand Down

0 comments on commit b321149

Please sign in to comment.