@aptos-labs/ts-sdk - v7.3.1
    Preparing search index...

    Interface GenerateEd25519AccountArgs

    Arguments for generating an Ed25519 account, specifying the signing scheme and legacy option.

    The signing scheme to use for the account.

    Indicates if the account should be created in legacy mode.

    interface GenerateEd25519AccountArgs {
        legacy?: true;
        scheme?: Ed25519;
    }
    Index
    legacy?: true
    scheme?: Ed25519