⚡ We welcome businesses to test our enterprise-grade service

/

Nervos Network (CKB)

ckb
Nervos Network (CKB)

Method: POST remove_transaction

dropdown

方法 RPC remove_transaction 例如 Nervos Network (CKB)

POST remove_transaction

Method not allowed

如果存在,则删除交易和所有取决于TX池的交易。

Parameters

tx_hash - H256字符串

交易的哈希。

Request

curl --location --request POST 'https://ckb.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "remove_transaction",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}