pub async fn initialize(
    tx: &mut Transaction<'_>,
    options: &BootstrapArgs,
    now: EpochMillis,
    deploy_generation: Option<u64>
) -> Result<(), StashError>
Expand description

Initializes the Stash with some default objects.

Note: We should only use the latest types here from the super::objects module, we should not use any versioned protos, e.g. objects_v15.