com.mchange.sc.v1.consuela

bitcoin

package bitcoin

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bitcoin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BtcAddress extends AnyRef

  2. class BtcException extends ConsuelaException

  3. final case class BtcPrivateKey extends Product with Serializable

  4. case class BtcPublicKey(toEthPublicKey: EthPublicKey) extends Product with Serializable

  5. type ByteSeqExact20 = ethereum.specification.Types.ByteSeqExact20

  6. type ByteSeqExact32 = ethereum.specification.Types.ByteSeqExact32

  7. type ByteSeqExact33 = ethereum.specification.Types.ByteSeqExact33

  8. type ByteSeqExact64 = ethereum.specification.Types.ByteSeqExact64

  9. type ByteSeqExact65 = ethereum.specification.Types.ByteSeqExact65

  10. class UnexpectedScriptPubKeyFormatException extends BtcException

  11. class UnknownBtcAddressFormatException extends BtcException

  12. class UnknownPublicKeyFormatException extends BtcException

  13. class UnsupportedBtcAddressTypeException extends BtcException

Value Members

  1. object BtcAddress

  2. object BtcPrivateKey extends Serializable

  3. object BtcPublicKey extends Serializable

  4. val ByteSeqExact20: ethereum.specification.Types.ByteSeqExact20.type

  5. val ByteSeqExact32: ethereum.specification.Types.ByteSeqExact32.type

  6. val ByteSeqExact33: ethereum.specification.Types.ByteSeqExact33.type

  7. val ByteSeqExact64: ethereum.specification.Types.ByteSeqExact64.type

  8. val ByteSeqExact65: ethereum.specification.Types.ByteSeqExact65.type

  9. package encoding

Inherited from AnyRef

Inherited from Any

Ungrouped