@Path(value="/")
@Produces(value="application/json")
public interface Blockchain
| Modifier and Type | Method and Description |
|---|---|
BitcoinAddress |
getBitcoinAddress(String address) |
BitcoinAddresses |
getBitcoinAddresses(String addresses) |
@GET
@Path(value="address/{address}?format=json")
BitcoinAddress getBitcoinAddress(@PathParam(value="address")
String address)
throws IOException
IOException@GET @Path(value="multiaddr") BitcoinAddresses getBitcoinAddresses(@QueryParam(value="active") String addresses) throws IOException
addresses - - Pipe (|) separated addressesIOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.