Interface GenerateSingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with any supported private key that is not an Ed25519PrivateKey. The legacy argument defaults to false and cannot be explicitly set to true.

interface GenerateSingleKeyAccountArgs {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Properties

Properties

legacy?: false

Generated using TypeDoc