@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias GenerateAccountWithEd25519

    Input type to generate an account using the Ed25519 signing scheme.

    type GenerateAccountWithEd25519 = {
        legacy: boolean;
        scheme: Ed25519;
    }
    Index

    Properties

    Properties

    legacy: boolean
    scheme: Ed25519