pub async fn fake_genesis_for_agent(
    vault: DbWrite<DbKindAuthored>,
    dht_db: DbWrite<DbKindDht>,
    agent: AgentPubKey,
    keystore: MetaLairClient
) -> SourceChainResult<()>
Expand description

Run genesis on the source chain for a specific agent for testing.