pruneblockchain: RPC-JSON API: pruneblockchain

Description Usage Arguments Value Details Author(s) References See Also

View source: R/BlockchainRpcs.R

Description

Pruning of blockchain.

Usage

1

Arguments

con

object of class CONRPC.

height

integer The block height to prune up to.

Value

A S4-object of class ANSRPC.

Details

May be set to a discrete height, or a unix timestamp to prune blocks whose block time is at least 2 hours older than the provided timestamp.

Author(s)

Bernhard Pfaff

References

https://bitcoin.org/en/developer-reference#pruneblockchain, https://bitcoin.org/en/developer-reference#remote-procedure-calls-rpcs

See Also

Other Blockchain RPCs: decodescript(), getbestblockhash(), getblockchaininfo(), getblockcount(), getblockhash(), getblockheader(), getblock(), getchaintips(), getchaintxstats(), getdifficulty(), getmempoolancestors(), getmempooldescendants(), getmempoolentry(), getmempoolinfo(), getrawmempool(), gettxoutproof(), gettxoutsetinfo(), gettxout(), verifychain(), verifytxoutproof()


rbch documentation built on Jan. 11, 2022, 1:06 a.m.

Related to pruneblockchain in rbch...