@@ -53,16 +53,15 @@ pub use self::{
53
53
wallet:: {
54
54
AddMultisigAddress , AddressInformation , AddressPurpose , Bip125Replaceable , BumpFee ,
55
55
CreateWallet , DumpPrivKey , GetAddressInfo , GetAddressInfoEmbedded , GetAddressesByLabel ,
56
- GetBalance , GetBalances , GetBalancesMine , GetBalancesWatchOnly , GetNewAddress ,
56
+ GetBalance , GetBalances , GetBalancesMine , GetBalancesWatchOnly , GetHdKeys , GetNewAddress ,
57
57
GetRawChangeAddress , GetReceivedByAddress , GetReceivedByLabel , GetTransaction ,
58
- GetTransactionDetail , GetUnconfirmedBalance , GetWalletInfo , LastProcessedBlock ,
59
- ListAddressGroupings , ListAddressGroupingsItem , ListLabels , ListLockUnspent ,
60
- ListLockUnspentItem , ListReceivedByAddress , ListReceivedByAddressItem , ListReceivedByLabel ,
61
- ListReceivedByLabelItem , ListSinceBlock , ListSinceBlockTransaction , ListTransactions ,
62
- ListTransactionsItem , ListUnspent , ListUnspentItem , ListWallets , LoadWallet , PsbtBumpFee ,
63
- RescanBlockchain , ScriptType , Send , SendAll , SendMany , SendToAddress , SignMessage ,
64
- SimulateRawTransaction , TransactionCategory , UnloadWallet , WalletCreateFundedPsbt ,
65
- WalletDisplayAddress , WalletProcessPsbt , GetHdKeys , HdKey ,
66
- HdKeyDescriptor ,
58
+ GetTransactionDetail , GetUnconfirmedBalance , GetWalletInfo , HdKey , HdKeyDescriptor ,
59
+ LastProcessedBlock , ListAddressGroupings , ListAddressGroupingsItem , ListLabels ,
60
+ ListLockUnspent , ListLockUnspentItem , ListReceivedByAddress , ListReceivedByAddressItem ,
61
+ ListReceivedByLabel , ListReceivedByLabelItem , ListSinceBlock , ListSinceBlockTransaction ,
62
+ ListTransactions , ListTransactionsItem , ListUnspent , ListUnspentItem , ListWallets ,
63
+ LoadWallet , PsbtBumpFee , RescanBlockchain , ScriptType , Send , SendAll , SendMany ,
64
+ SendToAddress , SignMessage , SimulateRawTransaction , TransactionCategory , UnloadWallet ,
65
+ WalletCreateFundedPsbt , WalletDisplayAddress , WalletProcessPsbt ,
67
66
} ,
68
67
} ;
0 commit comments