Polkadot Apps
    Preparing search index...

    Interface DevProviderOptions

    Options for the dev account provider.

    interface DevProviderOptions {
        keyType?: DevKeyType;
        mnemonic?: string;
        names?: readonly string[];
        ss58Prefix?: number;
    }
    Index

    Properties

    keyType?: DevKeyType

    Key type for account derivation. Default: "sr25519"

    mnemonic?: string

    Custom mnemonic phrase instead of DEV_PHRASE.

    names?: readonly string[]

    Which dev accounts to create. Default: all 6 standard accounts.

    ss58Prefix?: number

    SS58 prefix for address encoding. Default: 42