We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9a038 commit 4ccc454Copy full SHA for 4ccc454
1 file changed
src/hypercore/types/mod.rs
@@ -2418,6 +2418,10 @@ pub struct BatchOrder {
2418
pub struct Builder {
2419
/// Builder address.
2420
#[serde(rename = "b")]
2421
+ #[serde(
2422
+ serialize_with = "crate::hypercore::utils::serialize_address_as_hex",
2423
+ deserialize_with = "crate::hypercore::utils::deserialize_address_from_hex"
2424
+ )]
2425
pub builder_address: Address,
2426
/// Builder fee in tenths of basis points.
2427
#[serde(rename = "f")]
0 commit comments