Crate ckb_sdk

Source

Re-exports§

pub use rpc::CkbRpcAsyncClient;
pub use rpc::CkbRpcClient;
pub use rpc::IndexerRpcAsyncClient;
pub use rpc::IndexerRpcClient;
pub use rpc::RpcError;
pub use types::Address;
pub use types::AddressPayload;
pub use types::AddressType;
pub use types::CodeHashIndex;
pub use types::HumanCapacity;
pub use types::NetworkInfo;
pub use types::NetworkType;
pub use types::OldAddress;
pub use types::OldAddressFormat;
pub use types::ScriptGroup;
pub use types::ScriptGroupType;
pub use types::ScriptId;
pub use types::Since;
pub use types::SinceType;
pub use types::TransactionWithScriptGroups;

Modules§

constants
core
pubsub
rpc
traits
The traits defined here is intent to describe the requirements of current library code and only implemented the trait in upper level code.
transaction
tx_builder
types
Basic ckb sdk types
unlock
util

Macros§

jsonrpc
jsonrpc_async
serialize_parameters

Statics§

SECP256K1
The reference to lazily-initialized static secp256k1 engine, used to execute all signature operations