Package

org.bitcoins.rpc.client

v17

Permalink

package v17

Visibility
  1. Public
  2. All

Type Members

  1. class BitcoindV17RpcClient extends BitcoindRpcClient with V17LabelRpc with V17PsbtRpc

    Permalink

    This class is compatible with version 0.17 of Bitcoin Core.

    This class is compatible with version 0.17 of Bitcoin Core.

    See also

    BitcoindRpcClient Scaladocs

  2. trait V17LabelRpc extends AnyRef

    Permalink

    Bitcoin Core prior to version 0.17 had the concept of accounts.

    Bitcoin Core prior to version 0.17 had the concept of accounts. This has later been removed, and replaced with a label system, as well as functionality for having several distinct wallets active at the same time.

  3. trait V17PsbtRpc extends AnyRef

    Permalink

    RPC calls related to PSBT (partially signed bitcoin transactions) handling in Bitcoin Core.

    RPC calls related to PSBT (partially signed bitcoin transactions) handling in Bitcoin Core.

    Note

    The PSBT format is currently not supported by Bitcoin-S. Therefore raw strings are returned in several of these RPCs.

    See also

    BIP174 on PSBTs and PSBT Howto for Bitcoin Core

Value Members

  1. object BitcoindV17RpcClient

    Permalink

Ungrouped