@aptos-labs/ts-sdk - v3.1.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

    Properties

    Properties

    legacy: false
    scheme?: Ed25519