📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

dgb
DigiByte (DGB)

Method: POST removeprunedfunds

dropdown

方法 RPC removeprunedfunds 例如 DigiByte (DGB)

POST removeprunedfunds

Method not allowed

从钱包中删除指定的交易。 旨在与修剪的钱包一起使用,并用作进口预洪的伴侣。 这将影响钱包余额。

Parameters

txid - 字符串,需要

您要删除的交易的十六进制编码ID

Request

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


Response

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