pub fn close_pool_ledger(
    pool_handle: PoolHandle
) -> Box<dyn Future<Item = (), Error = IndyError>>
Expand description

Closes opened pool ledger, opened nodes connections and frees allocated resources.

Arguments

  • handle - pool handle returned by open_ledger.