account subcommand now requests binary64
This commit is contained in:
committed by
mergify[bot]
parent
fe3729c33e
commit
a4f5f3e978
@ -40,7 +40,7 @@ pub enum UiAccountData {
|
||||
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub enum UiAccountEncoding {
|
||||
Binary,
|
||||
Binary, // SLOW! Avoid this encoding
|
||||
JsonParsed,
|
||||
Binary64,
|
||||
}
|
||||
|
Reference in New Issue
Block a user