Skip to main content

IBoolSetting

Namespace: IotaSdk

public interface IBoolSetting

Methods

NewerValue()

The value written in newer_value_epoch.

bool? NewerValue()

Returns

Boolean?

NewerValueEpoch()

The epoch newer_value was written in, if the setting holds data.

ulong? NewerValueEpoch()

Returns

UInt64?

OlderValue()

The value that applied before newer_value_epoch.

bool? OlderValue()

Returns

Boolean?