Skip to main content

IRandomInner

Namespace: IotaSdk

A typed view of the 0x2::random::RandomInner state held in the dynamic field of the [Random] singleton.

public interface IRandomInner

Attributes NullableContextAttribute

Methods

Epoch()

ulong Epoch()

Returns

UInt64

RandomBytes()

Byte[] RandomBytes()

Returns

Byte[]

RandomnessRound()

The randomness round the current random_bytes were produced for.

ulong RandomnessRound()

Returns

UInt64

Version()

ulong Version()

Returns

UInt64