Interface BitcoinJsonRpc

All Known Implementing Classes:
MicronautWalletAppKitService, WalletAppKitService

public interface BitcoinJsonRpc
Standard Bitcoin JSON-RPC API RPCs. For now, this is a subset implementation that is not fully-compatible with Bitcoin Core. Some parameters are missing and the defined response types may omit some properties.

All parameters are object types so null can be used to represent an omitted optional parameter.