Class PublicKey
The public key
public class PublicKey
- Inheritance
-
PublicKey
- Inherited Members
Properties
X
Public key, x value
[JsonProperty("x")]
public string? X { get; set; }
Property Value
Y
Public key, y value
[JsonProperty("y")]
public string? Y { get; set; }