IBoolSetting
Namespace: IotaSdk
public interface IBoolSetting
Methods
NewerValue()
The value written in newer_value_epoch.
bool? NewerValue()
Returns
NewerValueEpoch()
The epoch newer_value was written in, if the setting holds data.
ulong? NewerValueEpoch()
Returns
OlderValue()
The value that applied before newer_value_epoch.
bool? OlderValue()