Crate ecksport_codec

Source
Expand description

RPC codec types.

Structs§

AsBorsh
Wrapper type to expose a borsh-serializable type in an RPC.
AsSerdeCbor
Wrapper type to expose a borsh-serializable type in an RPC.
AsSerdeJson
Wrapper type to expose a borsh-serializable type in an RPC.
ListOf

Enums§

CodecError

Traits§

RpcCodec
Trait defined to messages over the wire.

Functions§

encode_to_vec
Encodes the type into a vec.