Skip to content

Commit

Permalink
Add get_pool_tx_detail_info RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Feb 1, 2024
1 parent 43c979a commit 543f2f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/ckb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ crate::jsonrpc!(pub struct CkbRpcClient {
pub fn send_transaction(&self, tx: Transaction, outputs_validator: Option<OutputsValidator>) -> H256;
pub fn remove_transaction(&self, tx_hash: H256) -> bool;
pub fn tx_pool_info(&self) -> TxPoolInfo;
pub fn get_pool_tx_detail_info(&self, tx_hash: H256) -> PoolTxDetailInfo;
pub fn clear_tx_pool(&self) -> ();
pub fn get_raw_tx_pool(&self, verbose: Option<bool>) -> RawTxPool;
pub fn tx_pool_ready(&self) -> bool;
Expand Down

0 comments on commit 543f2f8

Please sign in to comment.