Class StoredSecret
- Namespace
- NLightning.Infrastructure.Protocol.Models
- Assembly
- NLightning.Infrastructure.dll
public class StoredSecret
- Inheritance
-
StoredSecret
- Inherited Members
Constructors
StoredSecret(ulong, nint)
public StoredSecret(ulong index, nint secretPtr)
Parameters
Properties
Index
public ulong Index { get; }
Property Value
SecretPtr
public nint SecretPtr { get; }