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§
- Liquid
RpcApi - 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.