Crate fc_rpc_v2_types

Source
Expand description

RPC types

Re-exports§

pub use self::bytes::Bytes;
pub use self::index::Index;
pub use self::log::Log;
pub use self::access_list::*;
pub use self::block::*;
pub use self::block_id::*;
pub use self::fee::*;
pub use self::filter::*;
pub use self::proof::*;
pub use self::pubsub::*;
pub use self::state::*;
pub use self::sync::*;
pub use self::transaction::*;
pub use self::txpool::*;

Modules§

access_list
block
block_id
bytes
fee
filter
index
log
proof
pubsub
state
sync
transaction
txpool

Structs§

Bloom
Bloom hash type with 256 bytes (2048 bits) size.
H256
Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
U64
Little-endian large integer type Unsigned 64-bit integer.
U128
Little-endian large integer type 128-bit unsigned integer.
U256
Little-endian large integer type 256-bit unsigned integer.

Type Aliases§

Address