Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions types/src/v25/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,14 @@ pub use crate::{
GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut,
GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
GetWalletInfoError, ListAddressGroupings, ListAddressGroupingsError,
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets,
LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType,
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfoError, ListAddressGroupings,
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError,
ListUnspentItemError, ListWallets, LockUnspent, Locked, NumericError, PruneBlockchain,
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain,
ScriptType, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignMessage,
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
SignRawTransactionWithKey, SignRawTransactionWithWallet, SoftforkReject,
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
Expand Down Expand Up @@ -321,11 +320,11 @@ pub use crate::{
v24::{
DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo,
GetPeerInfo, GetTransaction, GetTransactionDetail, GetTransactionError,
GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, ListSinceBlock,
ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem, MempoolEntry,
MigrateWallet, PeerInfo, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
GetPeerInfo, GetRawMempoolVerbose, GetTransaction, GetTransactionDetail,
GetTransactionError, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub,
ListSinceBlock, ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem,
MempoolEntry, MigrateWallet, PeerInfo, Proprietary, PsbtInput, PsbtOutput, SendAll,
SendAllError, SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
TaprootScriptPathSig, TransactionItem, TransactionItemError,
},
};
16 changes: 8 additions & 8 deletions types/src/v26/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ pub use crate::{
GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut,
GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError,
GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets,
LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
Expand Down Expand Up @@ -337,11 +337,11 @@ pub use crate::{
v24::{
DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo,
GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub,
ListSinceBlock, ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem,
MempoolEntry, MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
TaprootScriptPathSig, TransactionItem, TransactionItemError,
GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout,
GetTxSpendingPrevoutError, GlobalXpub, ListSinceBlock, ListSinceBlockError,
ListTransactions, ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary,
PsbtInput, PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv,
TaprootLeaf, TaprootScript, TaprootScriptPathSig, TransactionItem, TransactionItemError,
},
v25::{
GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptance,
Expand Down
16 changes: 8 additions & 8 deletions types/src/v27/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ pub use crate::{
GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut,
GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError,
GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets,
LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
Expand Down Expand Up @@ -313,11 +313,11 @@ pub use crate::{
v24::{
DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo,
GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub,
ListSinceBlock, ListSinceBlockError, ListTransactions, ListUnspent, ListUnspentItem,
MempoolEntry, MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
TaprootScriptPathSig, TransactionItem, TransactionItemError,
GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout,
GetTxSpendingPrevoutError, GlobalXpub, ListSinceBlock, ListSinceBlockError,
ListTransactions, ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary,
PsbtInput, PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv,
TaprootLeaf, TaprootScript, TaprootScriptPathSig, TransactionItem, TransactionItemError,
},
v25::{
GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptance,
Expand Down
15 changes: 8 additions & 7 deletions types/src/v28/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ pub use crate::{
GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
GetMempoolInfoError, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError,
GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool,
GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut,
GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError,
GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets,
LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
Expand Down Expand Up @@ -333,10 +333,11 @@ pub use crate::{
v24::{
DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo,
GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub,
ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary, PsbtInput,
PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf,
TaprootScript, TaprootScriptPathSig,
GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout,
GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem, MempoolEntry,
MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
TaprootScriptPathSig,
},
v25::{
GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptance,
Expand Down
15 changes: 8 additions & 7 deletions types/src/v29/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ pub use crate::{
GetBlockVerboseZero, GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
GetMemoryInfoStats, GetMempoolInfoError, GetNetTotals, GetNetworkInfoAddress,
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError, GetTxOut,
GetTxOutError, GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
GetRawMempool, GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
GetReceivedByAddress, GetTransactionDetailError, GetTxOut, GetTxOutError,
GetUnconfirmedBalance, ListAddressGroupings, ListAddressGroupingsError,
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
ListLockUnspentItemError, ListReceivedByAddressError, ListUnspentItemError, ListWallets,
LockUnspent, Locked, NumericError, PruneBlockchain, RawTransactionError,
Expand Down Expand Up @@ -325,10 +325,11 @@ pub use crate::{
v24::{
DecodePsbt, DecodePsbtError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo,
GetTransactionDetail, GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub,
ListUnspent, ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary, PsbtInput,
PsbtOutput, SendAll, SendAllError, SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf,
TaprootScript, TaprootScriptPathSig,
GetRawMempoolVerbose, GetTransactionDetail, GetTxSpendingPrevout,
GetTxSpendingPrevoutError, GlobalXpub, ListUnspent, ListUnspentItem, MempoolEntry,
MigrateWallet, Proprietary, PsbtInput, PsbtOutput, SendAll, SendAllError,
SimulateRawTransaction, TaprootBip32Deriv, TaprootLeaf, TaprootScript,
TaprootScriptPathSig,
},
v25::{
GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptanceError,
Expand Down