salt-sdk
    Preparing search index...

    Type Alias CreateAccountParams

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

    Properties

    name: string

    Display name for the account

    organisationId: string

    The organisation this account belongs to

    signer: Signer

    Ethers signer for the account creator

    signers: string[]

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

    timeoutMs?: number

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