Interface GenerateEd25519SingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with ah underlying Ed25519PrivateKey. The legacy argument needs to be explicitly set to false, otherwise an Ed25519Account will be returned instead.

interface GenerateEd25519SingleKeyAccountArgs {
    legacy: false;
    scheme?: Ed25519;
}

Properties

Properties

legacy: false
scheme?: Ed25519

Generated using TypeDoc