package
0.0.0-20231224052254-3c905e5ef12b
Repository: https://github.com/assetcloud/chain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Unmarshal unmarshals a JSON object from r into m.
UnmarshalNext unmarshals the next JSON object from d into m.
UnmarshalString unmarshals a JSON object from s into m.

# Variables

ErrBytesFormat 错误的bytes 类型.

# Structs

Marshaler is a configurable object for marshaling protocol buffer messages to the specified JSON representation.
Unmarshaler is a configurable object for converting from a JSON representation to a protocol buffer object.

# Interfaces

AnyResolver takes a type URL, present in an Any message, and resolves it into an instance of the associated message.
JSONMarshaler is implemented by protobuf messages that customize the way they are marshaled to JSON.
JSONUnmarshaler is implemented by protobuf messages that customize the way they are unmarshaled from JSON.