Expand description
RPC codec types.
Structs§
- AsBorsh
- Wrapper type to expose a
borsh
-serializable type in an RPC. - AsSerde
Cbor - Wrapper type to expose a
borsh
-serializable type in an RPC. - AsSerde
Json - Wrapper type to expose a
borsh
-serializable type in an RPC. - ListOf
Enums§
Traits§
- RpcCodec
- Trait defined to messages over the wire.
Functions§
- encode_
to_ vec - Encodes the type into a vec.