near-api-js - v7.0.4
    Preparing search index...

    Type Alias AccountCreationConfigView

    The structure describes configuration for creation of new accounts.

    type AccountCreationConfigView = {
        min_allowed_top_level_account_length?: number;
        registrar_account_id?: AccountId;
    }
    Index

    Properties

    min_allowed_top_level_account_length?: number

    The minimum length of the top-level account ID that is allowed to be created by any account.

    registrar_account_id?: AccountId

    The account ID of the account registrar. This account ID allowed to create top-level accounts of any valid length.