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

View Source

Bcs contains an arbitrary type that is serialized using the BCS format as well as a name that identifies the type of the serialized value.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.Bcs{
  __unknown_fields__: [Protobuf.unknown_field()],
  name: String.t() | nil,
  value: binary() | nil
}

Functions

descriptor()