DotNetLightning


QueryOption Type

See query_channel_range msg description in bolt07 For the detail

Instance members

Instance member Description

this.SenderWantsChecksums

Full Usage: this.SenderWantsChecksums

Returns: bool
Returns: bool

this.SenderWantsTimestamps

Full Usage: this.SenderWantsTimestamps

Returns: bool
Returns: bool

this.ToBytes

Full Usage: this.ToBytes

Returns: byte[]
Returns: byte[]

Static members

Static member Description

QueryOption.Create(data)

Full Usage: QueryOption.Create(data)

Parameters:
    data : uint8

Returns: QueryOption
data : uint8
Returns: QueryOption

QueryOption.TryCreate(data)

Full Usage: QueryOption.TryCreate(data)

Parameters:
    data : uint64

Returns: Result<QueryFlags, string>
data : uint64
Returns: Result<QueryFlags, string>