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

    Interface GenerateEd25519SingleKeyAccountArgs

    Arguments for generating a SingleKeyAccount with an underlying Ed25519PrivateKey. The legacy argument must be set to false to ensure an Ed25519SingleKeyAccount is returned.

    Optional signing scheme input for the account.

    Indicates whether to use legacy account generation.

    interface GenerateEd25519SingleKeyAccountArgs {
        legacy: false;
        scheme?: Ed25519;
    }
    Index
    legacy: false
    scheme?: Ed25519