We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab4b17 commit 74bf645Copy full SHA for 74bf645
bdk-ffi/src/wallet.rs
@@ -138,7 +138,7 @@ impl Wallet {
138
)
139
}
140
141
- pub(crate) fn derivation_index(&self, keychain: KeychainKind) -> Option<u32> {
+ pub fn derivation_index(&self, keychain: KeychainKind) -> Option<u32> {
142
self.get_wallet().derivation_index(keychain)
143
144
@@ -166,7 +166,7 @@ impl Wallet {
166
self.get_wallet().is_mine(script.0.clone())
167
168
169
- pub(crate) fn sign(
+ pub fn sign(
170
&self,
171
psbt: Arc<Psbt>,
172
sign_options: Option<SignOptions>,
0 commit comments