Sui.Rpc.V2beta.Bcs (ex_sui v0.1.0)
View SourceBcs
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
@type t() :: %Sui.Rpc.V2beta.Bcs{ __unknown_fields__: [Protobuf.unknown_field()], name: String.t() | nil, value: binary() | nil }