mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Added (untested) implementations of a ton of rpc calls
This commit is contained in:
parent
7f0d82c307
commit
6589bf495f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ object JsonSerializers {
|
||||||
implicit val int32Reads: Reads[Int32] = Int32Reads
|
implicit val int32Reads: Reads[Int32] = Int32Reads
|
||||||
implicit val uInt32Reads: Reads[UInt32] = UInt32Reads
|
implicit val uInt32Reads: Reads[UInt32] = UInt32Reads
|
||||||
implicit val addressReads: Reads[Address] = AddressReads
|
implicit val addressReads: Reads[Address] = AddressReads
|
||||||
|
implicit val unitReads: Reads[Unit] = UnitReads
|
||||||
|
|
||||||
// Network Models
|
// Network Models
|
||||||
implicit val networkReads: Reads[Network] = Json.reads[Network]
|
implicit val networkReads: Reads[Network] = Json.reads[Network]
|
||||||
|
|
Loading…
Add table
Reference in a new issue