public class OutputsApi extends Object
| Constructor | Description |
|---|---|
OutputsApi() |
| Modifier and Type | Method | Description |
|---|---|---|
static Outputs |
getOutputs(String publicKey) |
Gets the outputs.
|
static Outputs |
getSpentOutputs(String publicKey) |
Gets the spent outputs.
|
static Outputs |
getUnspentOutputs(String publicKey) |
Gets the unspent outputs.
|
public static Outputs getOutputs(String publicKey) throws IOException
publicKey - the public keyIOException - Signals that an I/O exception has occurred.public static Outputs getSpentOutputs(String publicKey) throws IOException
publicKey - the public keyIOException - Signals that an I/O exception has occurred.public static Outputs getUnspentOutputs(String publicKey) throws IOException
publicKey - the public keyIOException - Signals that an I/O exception has occurred.Copyright © 2018. All rights reserved.