@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias RoboHostSecrets

    A robo host's secret material, fetched lazily via Salt.getRoboHostSecrets.

    type RoboHostSecrets = {
        seed: string | null;
    }
    Index

    Properties

    Properties

    seed: string | null

    The host's ECIES-encrypted wallet-seed backup, or null if provisioning has not uploaded one yet. Treat as a secret.