MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / JSONRPCPSBTError

Function JSONRPCPSBTError

src/rpc/util.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403UniValue JSONRPCPSBTError(PSBTError err)
404{
405 return JSONRPCError(RPCErrorFromPSBTError(err), PSBTErrorString(err).original);
406}
407
408UniValue JSONRPCTransactionError(TransactionError terr, const std::string& err_string)
409{

Callers 4

FinishTransactionFunction · 0.85
walletprocesspsbtFunction · 0.85
walletcreatefundedpsbtFunction · 0.85
ProcessPSBTFunction · 0.85

Calls 3

JSONRPCErrorFunction · 0.85
RPCErrorFromPSBTErrorFunction · 0.85
PSBTErrorStringFunction · 0.85

Tested by

no test coverage detected