@wharfkit/session - v4.0.1
    Preparing search index...

    Interface AccountCreationPlugin

    Interface which all 3rd party account creation plugins must implement.

    interface AccountCreationPlugin {
        config: AccountCreationPluginConfig;
        translations?: LocaleDefinitions;
        get id(): string;
        get name(): string;
        create(options: CreateAccountContext): Promise<CreateAccountResponse>;
    }

    Implemented by

    Index

    The [[SessionKit]] configuration parameters for this [[WalletPlugin]].

    translations?: LocaleDefinitions

    Any translations this plugin requires