AccountSharedData.lamports private (#16985)
This commit is contained in:
committed by
GitHub
parent
a698e34744
commit
92b8b20ca5
@ -31,7 +31,7 @@ pub struct Account {
|
||||
#[derive(PartialEq, Eq, Clone, Default, AbiExample)]
|
||||
pub struct AccountSharedData {
|
||||
/// lamports in the account
|
||||
pub lamports: u64,
|
||||
lamports: u64,
|
||||
/// data held in this account
|
||||
data: Arc<Vec<u8>>,
|
||||
/// the program that owns this account. If executable, the program that loads this account.
|
||||
|
Reference in New Issue
Block a user