Skip to content

Commit

Permalink
update wallet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed Feb 17, 2023
1 parent 1f57682 commit a957f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node/CATEGORIES/05-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ interface wallet {

Add an nrequired-to-sign multisignature address to the wallet. Requires a new wallet backup.

```ts title="client.wallet.signMessage()"
```ts title="client.wallet.addMultiSigAddress()"
interface wallet {
addMultiSigAddress (nrequired: number, keys: string): Promise<MultiSigAddressResult>
addMultiSigAddress (nRequired: number, keys: string, label?: string, addressType?: string): Promise<MultiSigAddressResult>
}

interface MultiSigAddressResult {
Expand Down

0 comments on commit a957f44

Please sign in to comment.