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;
}

Properties

Properties

legacy
scheme?: Ed25519