Table of Contents

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

index ulong
secretPtr nint

Properties

Index

public ulong Index { get; }

Property Value

ulong

SecretPtr

public nint SecretPtr { get; }

Property Value

nint