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

View Source

An event.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.Event{
  __unknown_fields__: [Protobuf.unknown_field()],
  contents: Sui.Rpc.V2beta.Bcs.t() | nil,
  event_type: String.t() | nil,
  json: Google.Protobuf.Value.t() | nil,
  module: String.t() | nil,
  package_id: String.t() | nil,
  sender: String.t() | nil
}

Functions

descriptor()