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

    Type Alias CreateAccountParams

    type CreateAccountParams = {
        name: string;
        organisationId: string;
        signer: ViemWalletClientLike;
        signers: string[];
        timeoutMs?: number;
    }
    Index

    Properties

    name: string

    Display name for the account

    organisationId: string

    The organisation this account belongs to

    Viem WalletClient for the account creator; its attached account participates in the keygen ceremony.

    signers: string[]

    Human signer addresses, including the creator. Robos will be automatically added

    timeoutMs?: number

    Per-round keygen timeout in milliseconds. Defaults to the underlying KeygenSession default (currently 2 minutes).