Class ToRemoteOutput
- Namespace
- NLightning.Bolts.BOLT3.Outputs
- Assembly
- NLightning.Bolts.dll
Represents a to_remote output in a commitment transaction.
public class ToRemoteOutput : BaseOutput
- Inheritance
-
ToRemoteOutput
- Inherited Members
Constructors
ToRemoteOutput(PubKey, LightningMoney)
public ToRemoteOutput(PubKey remotePubKey, LightningMoney amount)
Parameters
remotePubKey
PubKeyamount
LightningMoney
Properties
RemotePubKey
public PubKey RemotePubKey { get; }
Property Value
- PubKey
ScriptType
public override ScriptType ScriptType { get; }
Property Value
- ScriptType