Skip to content

Commit

Permalink
Added SendManyOptions estimateMode enum Mode to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
surangap committed May 25, 2021
1 parent 1f0043b commit 17ac805
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/jellyfish/api/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,10 @@ interface SendManyOptions {
confTarget?: number
estimateMode?: Mode
}

enum Mode {
UNSET = 'UNSET',
ECONOMICAL = 'ECONOMICAL',
CONSERVATIVE = 'CONSERVATIVE'
}
```

0 comments on commit 17ac805

Please sign in to comment.