Interface GenerateEd25519AccountArgs

Arguments for generating an Ed25519Account. This is the input type used by default.

interface GenerateEd25519AccountArgs {
    legacy?: true;
    scheme?: Ed25519;
}

Properties

Properties

legacy?: true
scheme?: Ed25519

Generated using TypeDoc