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

    Type Alias RoboSetupScriptParams

    Parameters for generating a robo setup script

    type RoboSetupScriptParams = {
        otp: string;
        publicKey: string;
    }
    Index

    Properties

    Properties

    otp: string

    The robo setup OTP (from Salt.createRoboHost)

    publicKey: string

    The owner's public key. The host encrypts the generated seed to this key, so only the owner can recover it.