pub async fn mint_code( pool: &SqlitePool, creator_did: &str, ttl_secs: i64, ) -> Result<String>
Mint a new active invite code owned by creator_did, expiring ttl_secs from now. Returns the generated code string.
active
creator_did
ttl_secs