Table of Contents

Class FundingSignedMessage

Namespace
NLightning.Domain.Protocol.Messages
Assembly
NLightning.Domain.dll

Represents a funding_signed message.

public sealed class FundingSignedMessage : BaseChannelMessage, IChannelMessage, IMessage
Inheritance
FundingSignedMessage
Implements
Inherited Members

Remarks

The funding_signed message is sent by the funder to the fundee after the funding transaction has been created. The message type is 35.

Constructors

FundingSignedMessage(FundingSignedPayload)

public FundingSignedMessage(FundingSignedPayload payload)

Parameters

payload FundingSignedPayload

Properties

Payload

The payload of the message.

public FundingSignedPayload Payload { get; }

Property Value

FundingSignedPayload