Module rpc_visitor
sui_
types
0.1.0
Module rpc_
visitor
Module Items
Modules
Structs
Enums
Traits
In sui_
types::
object
sui_types
::
object
Module
rpc_
visitor
Copy item path
Source
Modules
§
json
proto
Structs
§
Local
Meter
A meter backed by mutable local budget state.
RpcVisitor
A visitor that serializes Move values into some representation appropriate for RPC outputs.
Unmetered
Enums
§
Error
Meter
Error
Traits
§
Format
A trait for serializing Move values into some nested structured representation that supports
null
,
bool
, numbers, strings, vectors, and maps (e.g. JSON or Protobuf).
Meter
A trait for tracking the resource limits consumed while serializing a value.