@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Interface SshAgentLockOptions

    The options of an agent-backed lock.

    interface SshAgentLockOptions {
        agent: SshAgent;
        nonce?: Nonce;
    }
    Index
    agent: SshAgent

    The agent that signs the salt.

    nonce?: Nonce

    The nonce to encrypt with; a random one unless given.