This commit is contained in:
hinto.janai 2024-07-05 19:36:03 -04:00
parent 57a98e58a0
commit a3da860e5d
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -254,7 +254,7 @@ define_struct_and_impl_epee! {
"rpc/core_rpc_server_commands_defs.h",
1637..=1642
)]
/// Used in [`crate::json::GetTransactionPoolBacklog`].
/// Used in [`crate::json::GetTransactionPoolBacklogResponse`].
#[derive(Clone, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
TxBacklogEntry {
@ -270,7 +270,7 @@ define_struct_and_impl_epee! {
"rpc/rpc_handler.h",
45..=50
)]
/// Used in [`crate::json::GetOutputDistribution`].
/// Used in [`crate::json::GetOutputDistributionResponse`].
#[derive(Clone, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
OutputDistributionData {
@ -288,7 +288,7 @@ define_struct_and_impl_epee! {
)]
/// Used in [`crate::json::GetMinerDataResponse`].
///
/// Note that this is different than [`crate::misc::TxbacklogEntry`].
/// Note that this is different than [`crate::misc::TxBacklogEntry`].
#[derive(Clone, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
GetMinerDataTxBacklogEntry {
@ -304,7 +304,7 @@ define_struct_and_impl_epee! {
"rpc/core_rpc_server_commands_defs.h",
1070..=1079
)]
/// Used in [`crate::json::GetAuxPowRequest`].
/// Used in [`crate::json::AddAuxPowRequest`].
#[derive(Clone, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
AuxPow {