Enum KeyAlgo
Enumeration of the different key algorithms supported
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum KeyAlgo : int
Fields
| Name | Description |
|---|---|
| ED25519 | Belonging to Curve25519 elliptic curve. |
| SECP256K1 | Belonging to secp256k1 elliptic curve. |