Refactor RPC tests (#23483)

This commit is contained in:
Justin Starry
2022-03-04 18:20:11 +08:00
committed by GitHub
parent 36ad59673c
commit 38db1dead4
5 changed files with 1012 additions and 1433 deletions

View File

@ -33,7 +33,7 @@ pub type StringDecimals = String;
pub const MAX_BASE58_BYTES: usize = 128;
/// A duplicate representation of an Account for pretty JSON serialization
#[derive(Serialize, Deserialize, Clone, Debug)]
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
#[serde(rename_all = "camelCase")]
pub struct UiAccount {
pub lamports: u64,