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