Make UiTokenAmount::ui_amount a String (#15447)
* Make UiTokenAmount::ui_amount a String * Fixup solana-tokens * Ignore spl downstream-project
This commit is contained in:
@ -24,6 +24,7 @@ use {
|
||||
};
|
||||
|
||||
pub type StringAmount = String;
|
||||
pub type StringDecimals = String;
|
||||
|
||||
/// A duplicate representation of an Account for pretty JSON serialization
|
||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||
|
Reference in New Issue
Block a user