package rpc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BitcoindCallbacks extends NodeApiCallbacks with ModuleCallbacks[BitcoindCallbacks] with BitcoinSLogger
- 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
- sealed abstract class BitcoindP2PException extends BitcoindException
P2P client errors
P2P client errors
- See also
protcol.h for an enumeration of all error codes used
- sealed abstract class BitcoindWalletException extends BitcoindException
Value Members
- object BitcoindCallbacks extends CallbackFactory[BitcoindCallbacks]
- object BitcoindException extends Serializable
Wallet errors from
bitcoind
RPC callsWallet errors from
bitcoind
RPC calls- See also
protcol.h for an enumeration of all error codes used
- object BitcoindP2PException extends Serializable
- object BitcoindWalletException extends Serializable