rpcpost: HTTP post of RPC-JSON

View source: R/bitcoind.R

rpcpostR Documentation

HTTP post of RPC-JSON

Description

This function executes an RPC-JSON post.

Usage

rpcpost(con, api, plist = list())

Arguments

con

CONRPC object, returned from conrpc().

api

character the name of the RPC function.

plist

list a named list object of the parameters for api

Value

A list object, coerced JSON answer from RPC.

Author(s)

Bernhard Pfaff

See Also

Other bitcoind functions: ANSRPC-class, CONRPC-class, NullOrCharacter-class, NullOrInteger-class, conrpc(), startbch(), startbtc(), stopbch(), stopbtc()


rbch documentation built on Sept. 28, 2024, 1:07 a.m.

Related to rpcpost in rbch...