Skip to content

Commit

Permalink
Remove unused rpc response type
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Jul 8, 2024
1 parent cf1a9c9 commit 56da13f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rpc-client-api/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,14 +469,6 @@ pub enum StakeActivationState {
Inactive,
}

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct RpcStakeActivation {
pub state: StakeActivationState,
pub active: u64,
pub inactive: u64,
}

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
#[serde(rename_all = "camelCase")]
pub struct RpcTokenAccountBalance {
Expand Down

0 comments on commit 56da13f

Please sign in to comment.