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

    Interface AccountCreationPluginConfig

    The static configuration of an [[AccountCreationPlugin]].

    interface AccountCreationPluginConfig {
        requiresChainSelect: boolean;
        supportedChains?: ChainDefinition<AccountObject>[];
    }
    Index
    requiresChainSelect: boolean

    Indicates if the plugin requires the user to manually select the blockchain to create an account on.

    supportedChains?: ChainDefinition<AccountObject>[]

    If set, indicates which blockchains are compatible with this [[AccountCreationPlugin]].