- getAccountAddresses() - Method in class io.block.api.BlockIO
-
Requests a list of addresses in the account associated with this clients' API key
- getAccountBalance() - Method in class io.block.api.BlockIO
-
Requests the balance of the account associated with this clients' API key
- getAddressBalancesByAddress(String[]) - Method in class io.block.api.BlockIO
-
Requests balance(s) of given address(es) in the account associated with this clients' API key
Make sure that the addresses actually exist in the account or the whole call will fail
- getAddressBalancesByLabels(String[]) - Method in class io.block.api.BlockIO
-
Requests balance(s) of given label(s) in the account associated with this clients' API key
Make sure that the labels actually exist in the account or the whole call will fail
- getAddressByLabel(String) - Method in class io.block.api.BlockIO
-
Requests the address with the given label from the account associated with this clients' API key
- getNewAddress(String) - Method in class io.block.api.BlockIO
-
Requests the creation of a new address for the account associated with the clients' API key
- getPrices(String) - Method in class io.block.api.BlockIO
-
Requests prices of the currency of the account associated with this clients' API key
- getTransactionsReceived(String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions received by the account associated with this clients' API key
- getTransactionsReceivedByAddress(String[], String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions received by the provided addresses of the account associated with this clients' API key
- getTransactionsReceivedByLabel(String[], String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions received by the provided labels of the account associated with this clients' API key
- getTransactionsReceivedByUserID(String[], String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions received by the provided user IDs of the account associated with this clients' API key
- getTransactionsSent(String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions sent by the account associated with this clients' API key
- getTransactionsSentByAddress(String[], String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions sent by the provided addresses of the account associated with this clients' API key
- getTransactionsSentByLabel(String[], String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions sent by the provided labels of the account associated with this clients' API key
- getTransactionsSentByUserID(String[], String) - Method in class io.block.api.BlockIO
-
Lists up to 100 of the last transactions sent by the provided user IDs of the account associated with this clients' API key
- GreenAddress - Class in io.block.api.model
-
- GreenAddress() - Constructor for class io.block.api.model.GreenAddress
-
- GreenAddresses - Class in io.block.api.model
-
- GreenAddresses() - Constructor for class io.block.api.model.GreenAddresses
-
- greenAddresses - Variable in class io.block.api.model.GreenAddresses
-
- GreenTransaction - Class in io.block.api.model
-
- GreenTransaction() - Constructor for class io.block.api.model.GreenTransaction
-
- GreenTransactions - Class in io.block.api.model
-
- GreenTransactions() - Constructor for class io.block.api.model.GreenTransactions
-
- greenTransactions - Variable in class io.block.api.model.GreenTransactions
-