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

    Interface GenerateAccountArgs

    Arguments for generating an opaque Account when the input signature scheme is unknown at compile time.

    The signing scheme to use for account generation.

    Indicates whether to use legacy account generation methods.

    interface GenerateAccountArgs {
        legacy?: boolean;
        scheme?: SigningSchemeInput;
    }
    Index

    Properties

    Properties

    legacy?: boolean