Class StoredSecret
- Namespace
- NLightning.Bolts.BOLT3.Types
- Assembly
- NLightning.Bolts.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; }