Trait solana_client::rpc_client::SerializableMessage

source ·
pub trait SerializableMessage: Serialize { }
Expand description

Trait used to add support for versioned messages to RPC APIs while retaining backwards compatibility

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SerializableMessage for Message

source§

impl SerializableMessage for Message

Implementors§