Skip to content

Commit

Permalink
derive PartialEq for ClientId
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Dec 10, 2024
1 parent 91ef1ca commit 2ffb84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use hermes_encoding_components::traits::transform::Transformer;
use hermes_wasm_encoding_components::components::{MutDecoderComponent, MutEncoderComponent};
use starknet::core::types::Felt;

#[derive(Debug, Clone, HasField)]
#[derive(Debug, PartialEq, Clone, HasField)]
pub struct ClientId {
pub client_type: Felt,
pub sequence: u64,
Expand Down

0 comments on commit 2ffb84c

Please sign in to comment.