Enum solana_jsonrpc_core::types::request::Request[][src]

pub enum Request {
    Single(Call),
    Batch(Vec<Call>),
}

Represents jsonrpc request.

Variants

Single request (call)

Batch of requests (calls)

Trait Implementations

impl Debug for Request
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Request
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Request

impl Sync for Request