Crate liquid_rpc

Source
Expand description

§Rust Client for Liquid API

This is a client library for the Liquid JSON-RPC API.

Re-exports§

pub extern crate bitcoincore_rpc;
pub extern crate elements;
pub extern crate jsonrpc;
pub extern crate liquid_rpc_json;
pub use liquid_rpc_json as json;
pub use bitcoincore_rpc::json as btcjson;

Structs§

Client
A Liquid RPC client.

Enums§

Auth
The different authentication methods for the client.
Error
The error type for errors produced in this library.

Constants§

BITCOIN_ASSET_HEX
The hexadecimal representation of the Bitcoin pegged asset.

Traits§

LiquidRpcApi
Trait implementing the Liquid RPC commands.
RawTx
Used to pass raw txs into the API.

Functions§

bitcoin_asset
The AssetId of the Bitcoin pegged asset.

Type Aliases§

AssetId
Shorthand for an asset ID.
Result