@aptos-labs/ts-sdk - v5.1.4
    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

    Properties

    Properties

    legacy?: true
    scheme?: Ed25519