Skip to content

LocalRandomnessGetRandResult

Purpose

Return the generated random numbers or other random data locally on the physical machine that the Anoma node is running.

Type

Reception:

LocalRandomnessGetRandResultV1

Records with fields:

The random number or random data in a byte value

Triggers

Behavior

Return the generated random number or other random data.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Randomness Engine: LocalRandomnessGetRand
Local Randomness Engine -->>- Any Local Engine: LocalRandomnessGetRandResult
%% --8<-- [end:sequence]