Skip to main content

idl_fetch_historical

Function idl_fetch_historical 

Source
pub fn idl_fetch_historical(
    cfg_override: &ConfigOverride,
    address: Pubkey,
    authority: Option<Pubkey>,
    slot: Option<u64>,
    before: Option<String>,
    after: Option<String>,
    out_dir: Option<PathBuf>,
    tuning: FetchTuning,
) -> Result<()>