salt-sdk
    Preparing search index...

    Interface AccountSetupOptions

    Options for configuring the account setup huddle.

    interface AccountSetupOptions {
        timeoutMs?: number;
        waitForPublicKey?: boolean;
    }
    Index

    Properties

    timeoutMs?: number

    Huddle timeout in milliseconds. Defaults to 5 minutes. Maximum 10 minutes.

    waitForPublicKey?: boolean

    When true, non-creator signers will poll the API after the huddle completes until the account's public key is available (i.e. the creator has finalized the vault). Defaults to false.