[][src]Module factom::requests

Request handling functions intrinsic to the factom struct

Structs

ApiRequest

Generic request struct is serialized into the JSON body

Functions

debug_call

Makes a request to the current factomd node using the debug path

factomd_call

Makes a request to the current factomd node

fetch

Fetch is a convenience function that will run a future to it's completion, the function will create a new runtime for every call, if making multiple api calls for synchronous usage it's recommended to create a single runtime and re-use it's blocking method instead

parse

Parses the response and deserialises the API call into an appropriate ApiResponse struct

walletd_call

Makes a request to the current walletd node