Class KeyDataSecrets
public record KeyDataSecrets : IEquatable<KeyDataSecrets>
- Inheritance
-
KeyDataSecrets
- Implements
- Inherited Members
- Extension Methods
Properties
Bytes
public string Bytes { get; init; }
Property Value
Mnemonic
public IEnumerable<string> Mnemonic { get; init; }
Property Value
PrivateKey
public PrivateKey PrivateKey { get; init; }