Skip to main content

install

Function install 

Source
pub fn install(
    store: &UnifiedStore,
    collection: &str,
    initial: &[[u8; 32]],
    actor: &str,
)
Expand description

Persist the registry-bearing marker plus the initial allowed-signer list. Idempotent: re-calling with the same list is a no-op if a registry is already installed.