Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

abi - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
Account - Class in one.harmony.account
Account class represents a Harmony account with account name, Harmony address (one address + hex address), credentials (public/private keys), and keystore file.
Account(String, Address, Credentials, WalletFile) - Constructor for class one.harmony.account.Account
 
AccountManagement - Class in one.harmony.account
AccountManagement class provides easier way to access local accounts instead of every time reading from the local keystore which is I/O expensive (to be implemented).
AccountManagement() - Constructor for class one.harmony.account.AccountManagement
 
accounts - Static variable in class one.harmony.common.Config
 
AccountTransaction() - Constructor for class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
AccountTransactions() - Constructor for class one.harmony.rpc.AccountTransactionsResponse.AccountTransactions
 
AccountTransactionsResponse - Class in one.harmony.rpc
 
AccountTransactionsResponse() - Constructor for class one.harmony.rpc.AccountTransactionsResponse
 
AccountTransactionsResponse.AccountTransaction - Class in one.harmony.rpc
 
AccountTransactionsResponse.AccountTransactions - Class in one.harmony.rpc
 
AccountTransactionsResponse.AccountTxDeserialiser - Class in one.harmony.rpc
 
AccountTransactionsResponse.AccountTxsDeserialiser - Class in one.harmony.rpc
 
AccountTxDeserialiser() - Constructor for class one.harmony.rpc.AccountTransactionsResponse.AccountTxDeserialiser
 
AccountTxsDeserialiser() - Constructor for class one.harmony.rpc.AccountTransactionsResponse.AccountTxsDeserialiser
 
addAccount(Account) - Static method in class one.harmony.account.AccountManagement
 
addKey(String, String, String) - Static method in class one.harmony.cmd.Keys
addKey method creates a new key in the local keystore, but requires mnemonics.
addKey(String, String) - Static method in class one.harmony.cmd.Keys
addKey method creates a new key in the keystore using the automatically generated mnemonics.
addKey(String) - Static method in class one.harmony.cmd.Keys
addKey method creates a new key in the keystore using the default passphrase (harmony-one) and the automatically generated mnemonics.
Address - Class in one.harmony.account
Harmony address class that provides Harmony one address and hex address.
Address(String, boolean) - Constructor for class one.harmony.account.Address
 
address - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
AddressFormatException - Exception in one.harmony.common
 
AddressFormatException() - Constructor for exception one.harmony.common.AddressFormatException
 
AddressFormatException(String) - Constructor for exception one.harmony.common.AddressFormatException
 
AddressFormatException.InvalidCharacter - Exception in one.harmony.common
This exception is thrown by Base58, Bech32 and the PrefixedChecksummedBytes hierarchy of classes when you try to decode data and a character isn't valid.
AddressFormatException.InvalidChecksum - Exception in one.harmony.common
This exception is thrown by Base58, Bech32 and the PrefixedChecksummedBytes hierarchy of classes when you try to decode data and the checksum isn't valid.
AddressFormatException.InvalidDataLength - Exception in one.harmony.common
This exception is thrown by Base58, Bech32 and the PrefixedChecksummedBytes hierarchy of classes when you try to decode data and the data isn't of the right size.
AddressFormatException.InvalidPrefix - Exception in one.harmony.common
This exception is thrown by the PrefixedChecksummedBytes hierarchy of classes when you try and decode an address or private key with an invalid prefix (version header or human-readable part).
AddressFormatException.WrongNetwork - Exception in one.harmony.common
This exception is thrown by the PrefixedChecksummedBytes hierarchy of classes when you try and decode an address with a prefix (version header or human-readable part) that used by another network (usually: mainnet vs testnet).
addTx(AccountTransactionsResponse.AccountTransaction) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransactions
 
ast - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

B

Balance - Class in one.harmony.cmd
Balance class provides utility to check the balance of a Harmony account (provided using Harmony one address) across all shards.
Balance() - Constructor for class one.harmony.cmd.Balance
 
Bech32 - Class in one.harmony.common
 
Bech32() - Constructor for class one.harmony.common.Bech32
 
Bech32.Bech32Data - Class in one.harmony.common
 
BIN_NOT_PROVIDED - Static variable in class one.harmony.cmd.Contract
 
Blockchain - Class in one.harmony.cmd
Blockchain class retrieves the harmony protocol version.
Blockchain() - Constructor for class one.harmony.cmd.Blockchain
 
bytecode - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
bytes - Variable in class one.harmony.common.PrefixedChecksummedBytes
 

C

call(CallArgs, DefaultBlockParameter) - Method in class one.harmony.rpc.RPC
 
call(String, String, DefaultBlockParameter, BigInteger) - Method in class one.harmony.transaction.Handler
 
CallArgs - Class in one.harmony.transaction
 
CallArgs() - Constructor for class one.harmony.transaction.CallArgs
 
ChainID - Class in one.harmony.transaction
 
ChainID() - Constructor for class one.harmony.transaction.ChainID
 
character - Variable in exception one.harmony.common.AddressFormatException.InvalidCharacter
 
check(String) - Static method in class one.harmony.cmd.Balance
Check account balance on all shards.
checkLocal(String) - Static method in class one.harmony.cmd.Balance
Checks account balance using local Harmony instance
checkLocal(String, String) - Static method in class one.harmony.cmd.Balance
Checks account balance using local Harmony instance
clean() - Static method in class one.harmony.keys.Store
 
clean(String) - Static method in class one.harmony.keys.Store
 
cleanKeyStore() - Static method in class one.harmony.cmd.Keys
cleanKeyStore method clears the local keystore.
clear() - Static method in class one.harmony.account.AccountManagement
 
clone() - Method in class one.harmony.common.PrefixedChecksummedBytes
This implementation narrows the return type to PrefixedChecksummedBytes and allows subclasses to throw CloneNotSupportedException even though it is never thrown by this implementation.
COMMAND_GENERATE - Static variable in class one.harmony.codegen.SolidityFunctionWrapperGenerator
 
COMMAND_PREFIX - Static variable in class one.harmony.codegen.SolidityFunctionWrapperGenerator
 
COMMAND_SOLIDITY - Static variable in class one.harmony.codegen.SolidityFunctionWrapperGenerator
 
compareTo(PrefixedChecksummedBytes) - Method in class one.harmony.common.PrefixedChecksummedBytes
This implementation uses an optimized Google Guava method to compare bytes.
Compiler() - Constructor for class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
Compiler(String, String) - Constructor for class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
compiler - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
Config - Class in one.harmony.common
Config class reads the user provided configurations for keystore location and default passphrase.
Config() - Constructor for class one.harmony.common.Config
 
Contract - Class in one.harmony.cmd
 
Contract(String, String, Handler, ContractGasProvider) - Constructor for class one.harmony.cmd.Contract
 
Contract(String, String, ContractGasProvider) - Constructor for class one.harmony.cmd.Contract
 
Contract(String, String, BigInteger, BigInteger) - Constructor for class one.harmony.cmd.Contract
 
Contract() - Constructor for class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
Contract(String, List<AbiDefinition>, String, String, String, String, String, String, JsonNode, TruffleJsonFunctionWrapperGenerator.Compiler, Map<String, TruffleJsonFunctionWrapperGenerator.NetworkInfo>, String, Date) - Constructor for class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
Contract.EventValuesWithLog - Class in one.harmony.cmd
Adds a log field to EventValues.
contractAddress - Variable in class one.harmony.cmd.Contract
 
contractBinary - Variable in class one.harmony.cmd.Contract
 
contractName - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
convertToNative(List<S>) - Static method in class one.harmony.cmd.Contract
 
createAccountKeyDir(String) - Static method in class one.harmony.keys.Store
 

D

data - Variable in class one.harmony.common.Bech32.Bech32Data
 
data - Variable in class one.harmony.transaction.CallArgs
 
decode(String) - Static method in class one.harmony.common.Bech32
Decode a Bech32 string.
DEFAULT_ACCOUNT_ALIAS_DIR_NAME - Static variable in class one.harmony.common.Config
 
DEFAULT_DIR_NAME - Static variable in class one.harmony.common.Config
 
DEFAULT_MNEMONIC_FILE - Static variable in class one.harmony.common.Config
 
DEFAULT_PASSPHRASE - Static variable in class one.harmony.common.Config
 
DEFAULT_URL - Static variable in class one.harmony.common.Config
 
defaultBlockParameter - Variable in class one.harmony.cmd.Contract
 
deploy(Class<T>, Handler, ContractGasProvider, String, String, BigInteger) - Static method in class one.harmony.cmd.Contract
 
deploy(Class<T>, Handler, BigInteger, BigInteger, String, String, BigInteger) - Static method in class one.harmony.cmd.Contract
 
deployedAddresses - Variable in class one.harmony.cmd.Contract
 
deployedBytecode - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
deployedSourceMap - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
deployRemoteCall(Class<T>, Handler, ContractGasProvider, String, String, BigInteger) - Static method in class one.harmony.cmd.Contract
 
deployRemoteCall(Class<T>, Handler, BigInteger, BigInteger, String, String, BigInteger) - Static method in class one.harmony.cmd.Contract
 
deployRemoteCall(Class<T>, Handler, BigInteger, BigInteger, String, String) - Static method in class one.harmony.cmd.Contract
 
deployRemoteCall(Class<T>, Handler, ContractGasProvider, String, String) - Static method in class one.harmony.cmd.Contract
 
deserialize(JsonParser, DeserializationContext) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTxDeserialiser
 
deserialize(JsonParser, DeserializationContext) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTxsDeserialiser
 
deserialize(JsonParser, DeserializationContext) - Method in class one.harmony.rpc.ShardingStructure.RPCRoutesDeserialiser
 
deserialize(JsonParser, DeserializationContext) - Method in class one.harmony.rpc.TransactionReceiptResponse.ResponseDeserialiser
 
doesAccountExists(String) - Static method in class one.harmony.keys.Store
 
doesNamedAccountExists(String) - Static method in class one.harmony.keys.Store
 

E

encode(Bech32.Bech32Data) - Static method in class one.harmony.common.Bech32
Encode a Bech32 string.
encode(String, byte[]) - Static method in class one.harmony.common.Bech32
Encode a Bech32 string.
equals(Object) - Method in class one.harmony.common.PrefixedChecksummedBytes
 
events - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
execute(int, boolean, int) - Method in class one.harmony.cmd.Transfer
Method to execute the transfer.
execute(int, long, String, String, String, long, int, int, boolean, int) - Method in class one.harmony.transaction.Handler
 
executeCallMultipleValueReturn(Function) - Method in class one.harmony.cmd.Contract
 
executeCallSingleValueReturn(Function) - Method in class one.harmony.cmd.Contract
 
executeCallSingleValueReturn(Function, Class<R>) - Method in class one.harmony.cmd.Contract
 
executeRemoteCallMultipleValueReturn(Function) - Method in class one.harmony.cmd.Contract
 
executeRemoteCallSingleValueReturn(Function) - Method in class one.harmony.cmd.Contract
 
executeRemoteCallSingleValueReturn(Function, Class<T>) - Method in class one.harmony.cmd.Contract
 
executeRemoteCallTransaction(Function) - Method in class one.harmony.cmd.Contract
 
executeRemoteCallTransaction(Function, BigInteger) - Method in class one.harmony.cmd.Contract
 
executeTransaction(Function) - Method in class one.harmony.cmd.Contract
 
exportKeyStoreFromAccountName(String, String) - Static method in class one.harmony.cmd.Keys
Export the keystore file contents using the provided account name and passpharase.
exportKeyStoreFromAccountName(String) - Static method in class one.harmony.cmd.Keys
Export the keystore file contents using the provided account name and default passphrase (harmony-one)
exportKeyStoreFromAddress(String, String) - Static method in class one.harmony.cmd.Keys
Export the keystore file contents using the Harmony one address and provided passphrase.
exportKeyStoreFromAddress(String) - Static method in class one.harmony.cmd.Keys
Export the keystore file contents using the Harmony one address and default passphrase.
exportPrivateKeyFromAccountName(String, String) - Static method in class one.harmony.cmd.Keys
Export the secp256k1 private key using the provided account name and passphrase.
exportPrivateKeyFromAccountName(String) - Static method in class one.harmony.cmd.Keys
Export the secp256k1 private key using the provided account name and default passphrase.
exportPrivateKeyFromAddress(String, String) - Static method in class one.harmony.cmd.Keys
Export the secp256k1 private key using the provided Harmony one address and passphrase.
exportPrivateKeyFromAddress(String) - Static method in class one.harmony.cmd.Keys
Export the secp256k1 private key using the provided Harmony one address.
extractEventParameters(Event, Log) - Method in class one.harmony.cmd.Contract
 
extractEventParameters(Event, TransactionReceipt) - Method in class one.harmony.cmd.Contract
 
extractEventParametersWithLog(Event, Log) - Method in class one.harmony.cmd.Contract
 
extractEventParametersWithLog(Event, TransactionReceipt) - Method in class one.harmony.cmd.Contract
 
extractKeyStoreFileFromAccountName(String) - Static method in class one.harmony.keys.Store
 
extractKeyStoreFileFromAddress(String) - Static method in class one.harmony.keys.Store
 
extractWalletFileFromAccountName(String) - Static method in class one.harmony.keys.Store
 
extractWalletFileFromAddress(String) - Static method in class one.harmony.keys.Store
 

F

from - Variable in class one.harmony.transaction.CallArgs
 
FUNC_DEPLOY - Static variable in class one.harmony.cmd.Contract
 

G

gas - Variable in class one.harmony.transaction.CallArgs
 
gasPrice - Variable in class one.harmony.transaction.CallArgs
 
gasProvider - Variable in class one.harmony.cmd.Contract
 
generateJavaFiles(String, String, String, String, String) - Method in class one.harmony.codegen.SolidityFunctionWrapper
 
generateWalletFile(String, String, ECKeyPair) - Static method in class one.harmony.keys.Store
 
getAbi() - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getAccount(String) - Static method in class one.harmony.account.AccountManagement
 
getAccountNameFromAddress(String) - Static method in class one.harmony.keys.Store
 
getAccountTransactions(String, HistoryParams) - Static method in class one.harmony.cmd.Blockchain
 
getAccountTransactions(HistoryParams) - Static method in class one.harmony.cmd.Blockchain
 
getAdditionalProperties() - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
getAddress() - Method in class one.harmony.account.Account
 
getAddress() - Method in class one.harmony.account.HistoryParams
 
getAddress(String) - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getAddress(TruffleJsonFunctionWrapperGenerator.Contract.Network) - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
Convenience method to get the deployed address of the contract.
getAddress() - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
getAmount() - Method in class one.harmony.transaction.Transaction
 
getBalance() - Method in class one.harmony.account.Account
 
getBalance(String) - Method in class one.harmony.rpc.RPC
 
getBlockHash() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getBlockNumber() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getBytecode() - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getClientResponse() - Method in class one.harmony.rpc.HmyResponse
 
getCode(String, DefaultBlockParameter) - Method in class one.harmony.rpc.RPC
 
getCode(String, DefaultBlockParameter) - Method in class one.harmony.transaction.Handler
 
getContractAddress() - Method in class one.harmony.cmd.Contract
 
getContractBinary() - Method in class one.harmony.cmd.Contract
 
getContractName() - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getCredentials() - Method in class one.harmony.account.Account
 
getDefaultKeyDirectory() - Static method in class one.harmony.keys.Store
 
getDeployedAddress(String) - Method in class one.harmony.cmd.Contract
 
getFrom() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getFromShard() - Method in class one.harmony.transaction.TxParams
 
getGas() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getGas() - Method in class one.harmony.transaction.TxParams
 
getGasLimit() - Method in class one.harmony.transaction.Transaction
 
getGasPrice() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getGasPrice() - Method in class one.harmony.transaction.Transaction
 
getGasPrice() - Method in class one.harmony.transaction.TxParams
 
getHandlerFor(List<ShardingStructure.RPCRoutes>, int) - Static method in class one.harmony.sharding.Sharding
 
getHash() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getHexAddr() - Method in class one.harmony.account.Address
 
getHttp() - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
getIndexedValues() - Method in class one.harmony.cmd.Contract.EventValuesWithLog
 
getInput() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getKeyFile() - Method in class one.harmony.account.Account
 
getKeyFileFromAccountName(String) - Static method in class one.harmony.keys.Store
 
getKeyFileFromAddress(String) - Static method in class one.harmony.keys.Store
 
getKeysLocation() - Static method in class one.harmony.cmd.Keys
getKeysLocation method helps with getting the local keystore location where the keys are stored.
getLocalAccounts() - Static method in class one.harmony.keys.Store
 
getLog() - Method in class one.harmony.cmd.Contract.EventValuesWithLog
 
getName() - Method in class one.harmony.account.Account
 
getNetwork(String) - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getNonce() - Method in class one.harmony.account.Account
 
getNonce() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getNonce() - Method in class one.harmony.transaction.Transaction
 
getNonce() - Method in class one.harmony.transaction.TxParams
 
getNonIndexedValues() - Method in class one.harmony.cmd.Contract.EventValuesWithLog
 
getOneAddr() - Method in class one.harmony.account.Address
 
getOrder() - Method in class one.harmony.account.HistoryParams
 
getPageIndex() - Method in class one.harmony.account.HistoryParams
 
getPageSize() - Method in class one.harmony.account.HistoryParams
 
getParameters() - Method in class one.harmony.common.PrefixedChecksummedBytes
 
getPayload() - Method in class one.harmony.transaction.Transaction
 
getProtocolVersion() - Static method in class one.harmony.cmd.Blockchain
GetProtocolVersion of Harmony network.
getProtocolVersion() - Method in class one.harmony.rpc.RPC
 
getR() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getRawHash() - Method in class one.harmony.transaction.Transaction
 
getReceipt() - Method in class one.harmony.rpc.TransactionReceiptResponse
 
getReceiver() - Method in class one.harmony.transaction.TxParams
 
getRecipient() - Method in class one.harmony.transaction.Transaction
 
getRlpEncoded() - Method in class one.harmony.transaction.Transaction
 
getS() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getShardID() - Method in class one.harmony.account.Account
 
getShardID() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getShardID() - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
getShardID() - Method in class one.harmony.transaction.Transaction
 
getShardingResponse() - Method in class one.harmony.rpc.ShardingStructure
 
getShardingStructure() - Method in class one.harmony.rpc.RPC
 
getShardingStructure() - Static method in class one.harmony.sharding.Sharding
 
getSignature() - Method in class one.harmony.transaction.Transaction
 
getStaticDeployedAddress(String) - Method in class one.harmony.cmd.Contract
Subclasses should implement this method to return pre-existing addresses for deployed contracts.
getTimestamp() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getTo() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getToShard() - Method in class one.harmony.transaction.TxParams
 
getToShardID() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getToShardID() - Method in class one.harmony.transaction.Transaction
 
getTransactionCount(String) - Method in class one.harmony.rpc.RPC
 
getTransactionIndex() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getTransactionReceipt() - Method in class one.harmony.cmd.Contract
If this Contract instance was created at deployment, the TransactionReceipt associated with the initial creation will be provided, e.g.
getTransactionReceipt(String) - Method in class one.harmony.rpc.RPC
 
getTransactionsHistory(Object) - Method in class one.harmony.rpc.RPC
 
getTransferAmount() - Method in class one.harmony.transaction.TxParams
 
getTxHash() - Method in class one.harmony.transaction.Transaction
 
getTxs() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransactions
 
getTxType() - Method in class one.harmony.account.HistoryParams
 
getV() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getValue() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
getWs() - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 

H

Handler - Class in one.harmony.transaction
Transaction handler class
Handler(Account, String) - Constructor for class one.harmony.transaction.Handler
 
Handler(String, String, String, int) - Constructor for class one.harmony.transaction.Handler
 
Handler(String, int) - Constructor for class one.harmony.transaction.Handler
 
hashCode() - Method in class one.harmony.common.PrefixedChecksummedBytes
 
HistoryParams - Class in one.harmony.account
This class helps to set the query parameters for getAccountTransactions api Default values for parameters are: pageIndex = 0, pageSize = 1000, fullTx = true (false for only transaction hashes), txType = ""|"ALL" (for including everything, specify transaction type for filtering), order = "" (for ascending, use DESC for descending)
HistoryParams(String) - Constructor for class one.harmony.account.HistoryParams
Account address for which the transactions are queried must be specified
HmyResponse - Class in one.harmony.rpc
 
HmyResponse() - Constructor for class one.harmony.rpc.HmyResponse
 
hrp - Variable in class one.harmony.common.Bech32.Bech32Data
 

I

importKeyStore(String, String) - Static method in class one.harmony.cmd.Keys
importKeyStore method imports an existing keystore key using the provides path and account name, but using the default passphrase (harmony-one).
importKeyStore(String, String, String) - Static method in class one.harmony.cmd.Keys
importKeyStore method imports an existing keystore key using the provided path, account name, and passphrase.
importPrivateKey(String, String, String) - Static method in class one.harmony.cmd.Keys
Import an existing keystore key (only accept secp256k1 private keys), account name, and passphrase
importPrivateKey(String, String) - Static method in class one.harmony.cmd.Keys
Import an existing keystore key (only accept secp256k1 private keys) and uses the default passphrase.
InvalidCharacter(char, int) - Constructor for exception one.harmony.common.AddressFormatException.InvalidCharacter
 
InvalidChecksum() - Constructor for exception one.harmony.common.AddressFormatException.InvalidChecksum
 
InvalidChecksum(String) - Constructor for exception one.harmony.common.AddressFormatException.InvalidChecksum
 
InvalidDataLength() - Constructor for exception one.harmony.common.AddressFormatException.InvalidDataLength
 
InvalidDataLength(String) - Constructor for exception one.harmony.common.AddressFormatException.InvalidDataLength
 
InvalidPrefix() - Constructor for exception one.harmony.common.AddressFormatException.InvalidPrefix
 
InvalidPrefix(String) - Constructor for exception one.harmony.common.AddressFormatException.InvalidPrefix
 
isCurrent() - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
isFullTx() - Method in class one.harmony.account.HistoryParams
 
isOneAddr(String) - Static method in class one.harmony.account.Address
 
isValid() - Method in class one.harmony.cmd.Contract
Check that the contract deployed at the address associated with this smart contract wrapper is in fact the contract you believe it is.

K

Keys - Class in one.harmony.cmd
Keys class provides the local key management features such as adding a account, import/export keys, delete keystore, etc.
Keys() - Constructor for class one.harmony.cmd.Keys
 
keystore - Static variable in class one.harmony.common.Config
 

L

links - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
listAccounts() - Static method in class one.harmony.cmd.Keys
 
loadBip44Credentials(String, String) - Static method in class one.harmony.keys.Store
 
LOCAL - Static variable in class one.harmony.transaction.ChainID
 

M

main(String[]) - Static method in class one.harmony.cmd.Balance
 
main(String[]) - Static method in class one.harmony.cmd.Blockchain
 
main(String[]) - Static method in class one.harmony.codegen.SolidityFunctionWrapperGenerator
 
main(String[]) - Static method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator
 
main(String[]) - Static method in class one.harmony.sharding.Sharding
 
MAINNET - Static variable in class one.harmony.transaction.ChainID
 
mnemonicsFile - Static variable in class one.harmony.common.Config
 

N

name - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
NetworkInfo() - Constructor for class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
NetworkInfo(Map<String, JsonNode>, Map<String, JsonNode>, String) - Constructor for class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
networks - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
node - Static variable in class one.harmony.common.Config
 

O

one.harmony.account - package one.harmony.account
 
one.harmony.cmd - package one.harmony.cmd
 
one.harmony.codegen - package one.harmony.codegen
 
one.harmony.common - package one.harmony.common
 
one.harmony.keys - package one.harmony.keys
 
one.harmony.rpc - package one.harmony.rpc
 
one.harmony.sharding - package one.harmony.sharding
 
one.harmony.transaction - package one.harmony.transaction
 

P

PANGAEA - Static variable in class one.harmony.transaction.ChainID
 
params - Variable in class one.harmony.common.PrefixedChecksummedBytes
 
parseBech32(String) - Static method in class one.harmony.account.Address
parseBech32 parses a Harmony one address to fetch the hex address.
passphrase - Static variable in class one.harmony.common.Config
 
position - Variable in exception one.harmony.common.AddressFormatException.InvalidCharacter
 
PrefixedChecksummedBytes - Class in one.harmony.common
The following format is often used to represent some type of data (e.g.
PrefixedChecksummedBytes(NetworkParameters, byte[]) - Constructor for class one.harmony.common.PrefixedChecksummedBytes
 
prepare(String) - Method in class one.harmony.cmd.Transfer
Method to prepare the transfer
prepare(String, String) - Method in class one.harmony.cmd.Transfer
Method to prepare the transfer using the local Harmony node

R

readAccountAliasDirName() - Static method in class one.harmony.common.Config
 
readDirName() - Static method in class one.harmony.common.Config
 
readMnemonicsFilePath() - Static method in class one.harmony.common.Config
 
readNode() - Static method in class one.harmony.common.Config
 
readPassphrase() - Static method in class one.harmony.common.Config
 
removeAccount(Account) - Static method in class one.harmony.account.AccountManagement
 
ResponseDeserialiser() - Constructor for class one.harmony.rpc.TransactionReceiptResponse.ResponseDeserialiser
 
rlpEncoded - Variable in class one.harmony.transaction.Transaction
 
RPC - Class in one.harmony.rpc
 
RPC() - Constructor for class one.harmony.rpc.RPC
 
RPC(HttpService) - Constructor for class one.harmony.rpc.RPC
 
RPC(String) - Constructor for class one.harmony.rpc.RPC
 
RPC(String, boolean) - Constructor for class one.harmony.rpc.RPC
 
RPC_INTERNAL_ERROR - Static variable in class one.harmony.rpc.RPCError
 
RPC_INVALID_PARAMS - Static variable in class one.harmony.rpc.RPCError
 
RPC_INVALID_REQUEST - Static variable in class one.harmony.rpc.RPCError
 
RPC_METHOD_NOT_FOUND - Static variable in class one.harmony.rpc.RPCError
 
RPC_PARSE_ERROR - Static variable in class one.harmony.rpc.RPCError
 
rpcClient() - Method in class one.harmony.rpc.RPC
 
RPCError - Class in one.harmony.rpc
 
RPCError() - Constructor for class one.harmony.rpc.RPCError
 
RPCMethod - Class in one.harmony.rpc
RPCMethod class provides the list of supported Harmony RPC methods.
RPCMethod() - Constructor for class one.harmony.rpc.RPCMethod
 
RPCRoutes() - Constructor for class one.harmony.rpc.ShardingStructure.RPCRoutes
 
RPCRoutes(boolean, String, int, String) - Constructor for class one.harmony.rpc.ShardingStructure.RPCRoutes
 
RPCRoutesDeserialiser() - Constructor for class one.harmony.rpc.ShardingStructure.RPCRoutesDeserialiser
 
run(String[]) - Static method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator
 

S

schemaVersion - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
searchForAccount(String) - Static method in class one.harmony.keys.Store
 
SECP256K1_PK_BYTES_LENGTH - Static variable in class one.harmony.common.Config
 
send(String, String, BigInteger, BigInteger, BigInteger) - Method in class one.harmony.cmd.Contract
 
send(String, String, BigInteger, BigInteger, BigInteger, boolean) - Method in class one.harmony.transaction.Handler
 
sendRawTransaction(String) - Method in class one.harmony.rpc.RPC
 
sendRawTransaction() - Method in class one.harmony.transaction.Transaction
 
setAccountName(String, String) - Static method in class one.harmony.cmd.Keys
setAccountName method helps with changing the account name of an already existing account
setAccountName(String, String) - Static method in class one.harmony.keys.Store
 
setAdditionalProperty(String, JsonNode) - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
setAddress(Address) - Method in class one.harmony.account.Account
 
setAddress(String) - Method in class one.harmony.account.HistoryParams
 
setAddress(String) - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
setAmount(BigInteger) - Method in class one.harmony.transaction.Transaction
 
setBalance(String) - Method in class one.harmony.account.Account
 
setBlockHash(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setBlockNumber(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setChain(int) - Method in class one.harmony.transaction.Handler
 
setConfigParameters(String, String, String, String) - Static method in class one.harmony.common.Config
Set the config parameters using the supplied inputs, overwrites the parameters read from hmy-config.properties
setConfigParameters(String, String, String, String, String) - Static method in class one.harmony.common.Config
Set the config parameters using the supplied inputs, overwrites the parameters read from hmy-config.properties
setContractAddress(String) - Method in class one.harmony.cmd.Contract
 
setCredentials(Credentials) - Method in class one.harmony.account.Account
 
setCurrent(boolean) - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
setDefaultBlockParameter(DefaultBlockParameter) - Method in class one.harmony.cmd.Contract
Sets the default block parameter.
setDeployedAddress(String, String) - Method in class one.harmony.cmd.Contract
 
setFrom(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setFromShard(int) - Method in class one.harmony.transaction.TxParams
 
setFullTx(boolean) - Method in class one.harmony.account.HistoryParams
 
setGas(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setGas(long) - Method in class one.harmony.transaction.TxParams
 
setGasLimit(BigInteger) - Method in class one.harmony.transaction.Transaction
 
setGasPrice(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setGasPrice(BigInteger) - Method in class one.harmony.transaction.Transaction
 
setGasPrice(long) - Method in class one.harmony.transaction.TxParams
 
setGasProvider(ContractGasProvider) - Method in class one.harmony.cmd.Contract
 
setHandler(Handler) - Method in class one.harmony.cmd.Contract
 
setHash(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setHttp(String) - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
setInput(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setKeyFile(WalletFile) - Method in class one.harmony.account.Account
 
setName(String) - Method in class one.harmony.account.Account
 
setNonce(int) - Method in class one.harmony.account.Account
 
SetNonce(long) - Method in class one.harmony.cmd.Transfer
 
setNonce(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setNonce(BigInteger) - Method in class one.harmony.transaction.Transaction
 
setNonce(long) - Method in class one.harmony.transaction.TxParams
 
setOrder(String) - Method in class one.harmony.account.HistoryParams
 
setPageIndex(int) - Method in class one.harmony.account.HistoryParams
 
setPageSize(int) - Method in class one.harmony.account.HistoryParams
 
setPayload(byte[]) - Method in class one.harmony.transaction.Transaction
 
setR(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setRawHash(byte[]) - Method in class one.harmony.transaction.Transaction
 
setReceiver(String) - Method in class one.harmony.transaction.TxParams
 
setRecipient(String) - Method in class one.harmony.transaction.Transaction
 
setResult(AccountTransactionsResponse.AccountTransactions) - Method in class one.harmony.rpc.AccountTransactionsResponse
 
setResult(List<ShardingStructure.RPCRoutes>) - Method in class one.harmony.rpc.ShardingStructure
 
setRlpEncoded(byte[]) - Method in class one.harmony.transaction.Transaction
 
setS(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setShardID(int) - Method in class one.harmony.account.Account
 
setShardID(int) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setShardID(int) - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
setShardID(int) - Method in class one.harmony.transaction.Transaction
 
setSignature(Sign.SignatureData) - Method in class one.harmony.transaction.Transaction
 
setTimestamp(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setTo(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setToShard(int) - Method in class one.harmony.transaction.TxParams
 
setToShardID(int) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setToShardID(int) - Method in class one.harmony.transaction.Transaction
 
setTransactionIndex(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setTransactionReceipt(TransactionReceipt) - Method in class one.harmony.cmd.Contract
 
setTransactions(List<AccountTransactionsResponse.AccountTransaction>) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransactions
 
setTransferAmount(String) - Method in class one.harmony.transaction.TxParams
 
setTxHash(String) - Method in class one.harmony.transaction.Transaction
 
setTxType(String) - Method in class one.harmony.account.HistoryParams
 
setV(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setValue(String) - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
setWs(String) - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
Sharding - Class in one.harmony.sharding
Sharding class
Sharding() - Constructor for class one.harmony.sharding.Sharding
 
ShardingStructure - Class in one.harmony.rpc
 
ShardingStructure() - Constructor for class one.harmony.rpc.ShardingStructure
 
ShardingStructure.RPCRoutes - Class in one.harmony.rpc
 
ShardingStructure.RPCRoutesDeserialiser - Class in one.harmony.rpc
 
sign(int, Credentials) - Method in class one.harmony.transaction.Transaction
 
SolidityFunctionWrapper - Class in one.harmony.codegen
Generate Java Classes based on generated Solidity bin and abi files.
SolidityFunctionWrapper(boolean) - Constructor for class one.harmony.codegen.SolidityFunctionWrapper
 
SolidityFunctionWrapperGenerator - Class in one.harmony.codegen
Java wrapper source code generator for Solidity ABI format.
source - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
sourceMap - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
sourcePath - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
staticExtractEventParameters(Event, Log) - Static method in class one.harmony.cmd.Contract
 
staticExtractEventParametersWithLog(Event, Log) - Static method in class one.harmony.cmd.Contract
 
Store - Class in one.harmony.keys
Store class represents the local keystore and provides functionalities to manage local keys.
Store() - Constructor for class one.harmony.keys.Store
 

T

TESTNET - Static variable in class one.harmony.transaction.ChainID
 
to - Variable in class one.harmony.transaction.CallArgs
 
toBech32(String) - Static method in class one.harmony.account.Address
toBech32 method parses a hex address to compute Harmony one address (a Bech32 address)
toString() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransaction
 
toString() - Method in class one.harmony.rpc.AccountTransactionsResponse.AccountTransactions
 
toString() - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
 
Transaction - Class in one.harmony.transaction
Transaction class provides methods for Harmony transaction creation, encoding, and signing.
Transaction(String, long, String, int, int, BigInteger, long, BigInteger, byte[]) - Constructor for class one.harmony.transaction.Transaction
 
transactionReceipt - Variable in class one.harmony.cmd.Contract
 
TransactionReceiptResponse - Class in one.harmony.rpc
 
TransactionReceiptResponse() - Constructor for class one.harmony.rpc.TransactionReceiptResponse
 
TransactionReceiptResponse.ResponseDeserialiser - Class in one.harmony.rpc
 
Transfer - Class in one.harmony.cmd
Transfer class provides api for transfering funds between Harmony accounts.
Transfer(String, String) - Constructor for class one.harmony.cmd.Transfer
Transfers default amount (0.0) using two Harmony addresses between same shards (shard 0)
Transfer(String, String, String) - Constructor for class one.harmony.cmd.Transfer
Transfers the specified amount using two Harmony addresses
Transfer(String, String, String, long) - Constructor for class one.harmony.cmd.Transfer
Transfer the provided amount using the specified gasPrice
Transfer(String, String, String, int, int) - Constructor for class one.harmony.cmd.Transfer
Transfer the specified amount between Harmony addresses using the specified shards
Transfer(String, String, String, int, int, String) - Constructor for class one.harmony.cmd.Transfer
Transfer the specified amount between Harmony addresses using the specified shards and payload
Transfer(String, String, String, long, int, int) - Constructor for class one.harmony.cmd.Transfer
Transfer the specified amount using the specified gas price and shards
Transfer(String, String, String, long, int, int, String) - Constructor for class one.harmony.cmd.Transfer
 
TruffleJsonFunctionWrapperGenerator - Class in one.harmony.codegen
Java wrapper source code generator for Truffle JSON format.
TruffleJsonFunctionWrapperGenerator.Compiler - Class in one.harmony.codegen
 
TruffleJsonFunctionWrapperGenerator.Contract - Class in one.harmony.codegen
Truffle Contract
TruffleJsonFunctionWrapperGenerator.NetworkInfo - Class in one.harmony.codegen
 
TxParams - Class in one.harmony.transaction
 
TxParams() - Constructor for class one.harmony.transaction.TxParams
 

U

updatedAt - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

V

validateShardIDs(int, int, int) - Static method in class one.harmony.sharding.Sharding
 
value - Variable in class one.harmony.transaction.CallArgs
 
version - Variable in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 

W

withAdditionalProperty(String, JsonNode) - Method in class one.harmony.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
WrongNetwork(int) - Constructor for exception one.harmony.common.AddressFormatException.WrongNetwork
 
WrongNetwork(String) - Constructor for exception one.harmony.common.AddressFormatException.WrongNetwork
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links