testmempoolaccept - Bitcoin Cash
Example code for the testmempoolaccept json-rpc method. Сomplete guide on how to use testmempoolaccept json-rpc in GetBlock.io Web3 documentation.
Parameters
rawtxs
- json array, required
An array of hex strings of raw transactions. Length must be one for now.
maxfeerate
- numeric or string, optional, default=0.10
Reject transactions whose fee rate is higher than the specified value, expressed in BTC/kB
Request
Response
Last updated