Class FundingCreatedMessage
- Namespace
- NLightning.Domain.Protocol.Messages
- Assembly
- NLightning.Domain.dll
Represents a funding_created message.
public sealed class FundingCreatedMessage : BaseChannelMessage, IChannelMessage, IMessage
- Inheritance
-
FundingCreatedMessage
- Implements
- Inherited Members
Remarks
The funding_created message is sent by the funder to the fundee after the funding transaction has been created. The message type is 34.
Constructors
FundingCreatedMessage(FundingCreatedPayload)
public FundingCreatedMessage(FundingCreatedPayload payload)
Parameters
payload
FundingCreatedPayload
Properties
Payload
The payload of the message.
public FundingCreatedPayload Payload { get; }