Package

org.bitcoins

rpc

Permalink

package rpc

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class BitcoindException extends Exception

    Permalink

    Represents failures that can happen when using the bitcoind RPC interface.

    Represents failures that can happen when using the bitcoind RPC interface.

    See also

    protcol.h for an enumeration of all error codes used

  2. sealed abstract class BitcoindP2PException extends BitcoindException

    Permalink

    P2P client errors

    P2P client errors

    See also

    protcol.h for an enumeration of all error codes used

  3. sealed abstract class BitcoindWalletException extends BitcoindException

    Permalink

Value Members

  1. object BitcoindException extends Serializable

    Permalink

    Wallet errors from bitcoind RPC calls

    Wallet errors from bitcoind RPC calls

    See also

    protcol.h for an enumeration of all error codes used

  2. object BitcoindP2PException extends Serializable

    Permalink
  3. object BitcoindWalletException extends Serializable

    Permalink
  4. package client

    Permalink
  5. package config

    Permalink
  6. package jsonmodels

    Permalink
  7. package serializers

    Permalink
  8. package util

    Permalink

Ungrouped