Packages

package rpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package client
  2. package config
  3. package util

Type Members

  1. sealed abstract class BitcoindException extends Exception

    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

    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

Value Members

  1. object BitcoindException extends Serializable

    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
  3. object BitcoindWalletException extends Serializable

Ungrouped