load_account_from_dir

Function load_account_from_dir 

Source
pub fn load_account_from_dir(
    pubkey: &Pubkey,
    prefix: Option<&str>,
) -> Result<Account, RpcError>
Expand description

Load a specific account by pubkey from the accounts directory Optionally provide a prefix for the filename (e.g. “address_merkle_tree”)