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

Properties

Properties

legacy
scheme?: Ed25519