salt-sdk
    Preparing search index...

    Type Alias ResumeAccountParams

    Parameters for resuming an account setup.

    type ResumeAccountParams = {
        accountId: string;
        signer: Signer;
        timeoutMs?: number;
        waitForPublicKey?: boolean;
    }
    Index

    Properties

    accountId: string

    The Salt account ID to resume

    signer: Signer

    Ethers signer participating in the huddle

    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.