Sui.Rpc.V2beta.RandomnessStateUpdate (ex_sui v0.1.0)

View Source

Randomness update.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.RandomnessStateUpdate{
  __unknown_fields__: [Protobuf.unknown_field()],
  epoch: non_neg_integer() | nil,
  random_bytes: binary() | nil,
  randomness_object_initial_shared_version: non_neg_integer() | nil,
  randomness_round: non_neg_integer() | nil
}

Functions

descriptor()