Before TLV gets standardized. Optional fields are defined directly
in bolt.
This a type annotation to make clear that the field is such an optional
type. The actual type is just a standard FSharpOption
.
Instance member | Description |
Full Usage:
this.IsNone
Returns: bool
|
|
Full Usage:
this.IsSome
Returns: bool
|
|
Full Usage:
this.Value
Returns: 'T
|
|
Static member | Description |
Full Usage:
Option.None
Returns: 'T option
|
|