refactor: add Wallet init fn and call from new and new_no_persist fn #798
Annotations
2 errors and 5 warnings
missing documentation for an associated function:
crates/bdk/src/wallet/mod.rs#L305
error: missing documentation for an associated function
--> crates/bdk/src/wallet/mod.rs:305:5
|
305 | / pub fn init<E: IntoWalletDescriptor>(
306 | | descriptor: E,
307 | | change_descriptor: Option<E>,
308 | | network: Network,
... |
311 | | where
312 | | D: PersistBackend<ChangeSet>,
| |_____________________________________^
|
= note: `-D missing-docs` implied by `-D warnings`
|
Code Coverage
Process completed with exit code 101.
|
Code Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|