Table of Contents

Class KeyDataSecrets

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record KeyDataSecrets : IEquatable<KeyDataSecrets>
Inheritance
KeyDataSecrets
Implements
Inherited Members
Extension Methods

Properties

Bytes

public string Bytes { get; init; }

Property Value

string

Mnemonic

public IEnumerable<string> Mnemonic { get; init; }

Property Value

IEnumerable<string>

PrivateKey

public PrivateKey PrivateKey { get; init; }

Property Value

PrivateKey