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

A

AbstractTxType - Class in com.klaytn.caver.tx.type
This class provides skeletal implementations for various transaction types.
AbstractTxType(BigInteger, BigInteger, BigInteger, String, String, BigInteger) - Constructor for class com.klaytn.caver.tx.type.AbstractTxType
 
accept(T) - Method in interface com.klaytn.caver.methods.response.Callback
 
Account() - Constructor for class com.klaytn.caver.methods.response.KlayAccount.Account
 
Account(AccountType, int) - Constructor for class com.klaytn.caver.methods.response.KlayAccount.Account
 
Account - Class in com.klaytn.caver.tx
 
AccountDecoder() - Constructor for class com.klaytn.caver.methods.response.KlayAccount.AccountDecoder
 
AccountDeserializer() - Constructor for class com.klaytn.caver.methods.response.KlayAccount.AccountDeserializer
 
AccountEOA - Class in com.klaytn.caver.methods.response
Response from request of Account type: Externally Owned Account
AccountEOA() - Constructor for class com.klaytn.caver.methods.response.AccountEOA
 
AccountKey - Interface in com.klaytn.caver.tx.account
An account key represents the key structure associated with an account.
AccountKey.Type - Enum in com.klaytn.caver.tx.account
 
AccountKeyDecoder() - Constructor for class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyDecoder
 
AccountKeyDecoder - Class in com.klaytn.caver.tx.account
 
AccountKeyDecoder() - Constructor for class com.klaytn.caver.tx.account.AccountKeyDecoder
 
AccountKeyDeserializer() - Constructor for class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyDeserializer
 
AccountKeyFail - Class in com.klaytn.caver.tx.account
AccountKeyFail is used for smart contract accounts so that a transaction sent from the smart contract account always fails.
AccountKeyFail() - Constructor for class com.klaytn.caver.tx.account.AccountKeyFail
 
AccountKeyLegacy - Class in com.klaytn.caver.tx.account
AccountKeyLegacy represents a key of legacy account types.
AccountKeyLegacy() - Constructor for class com.klaytn.caver.tx.account.AccountKeyLegacy
 
AccountKeyNil - Class in com.klaytn.caver.tx.account
AccountKeyNil represents an empty key.
AccountKeyNil() - Constructor for class com.klaytn.caver.tx.account.AccountKeyNil
 
AccountKeyPublic - Class in com.klaytn.caver.tx.account
AccountKeyPublic is used for accounts having one public key.
AccountKeyPublic() - Constructor for class com.klaytn.caver.tx.account.AccountKeyPublic
 
AccountKeyPublic(String, String) - Constructor for class com.klaytn.caver.tx.account.AccountKeyPublic
 
AccountKeyPublicUtils - Class in com.klaytn.caver.utils
 
AccountKeyPublicUtils() - Constructor for class com.klaytn.caver.utils.AccountKeyPublicUtils
 
AccountKeyRoleBased - Class in com.klaytn.caver.tx.account
AccountKeyRoleBased represents a role-based key.
AccountKeyRoleBased(List<AccountKey>) - Constructor for class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
AccountKeyValue() - Constructor for class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyValue
 
AccountKeyValue(AccountKey, int) - Constructor for class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyValue
 
AccountKeyWeightedMultiSig - Class in com.klaytn.caver.tx.account
AccountKeyWeightedMultiSig is an account key type containing a threshold and WeightedPublicKeys.
AccountKeyWeightedMultiSig() - Constructor for class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
AccountKeyWeightedMultiSig(BigInteger, List<AccountKeyWeightedMultiSig.WeightedPublicKey>) - Constructor for class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
AccountKeyWeightedMultiSig.WeightedPublicKey - Class in com.klaytn.caver.tx.account
 
AccountSmartContract - Class in com.klaytn.caver.methods.response
Response from request of Account type: Smart Contract Account
AccountSmartContract() - Constructor for class com.klaytn.caver.methods.response.AccountSmartContract
 
AccountType - Interface in com.klaytn.caver.methods.response
 
AccountType.Key - Enum in com.klaytn.caver.methods.response
 
AccountUpdateTransaction - Class in com.klaytn.caver.tx.model
 
add(KlayCredentials) - Method in class com.klaytn.caver.wallet.WalletManager
 
addNullTopic() - Method in class com.klaytn.caver.methods.request.Filter
 
addOptionalTopics(String...) - Method in class com.klaytn.caver.methods.request.Filter
 
ADDRESS_LENGTH_IN_HEX - Static variable in class com.klaytn.caver.wallet.KlayWalletUtils
 
ADDRESS_SIZE - Static variable in class com.klaytn.caver.wallet.KlayWalletUtils
 
Addresses - Class in com.klaytn.caver.methods.response
List of 20-byte DATA(Address).
Addresses() - Constructor for class com.klaytn.caver.methods.response.Addresses
 
addSingleTopic(String) - Method in class com.klaytn.caver.methods.request.Filter
 
Aes128CtrKdfParams() - Constructor for class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
ASPEN_TESTNET - Static variable in class com.klaytn.caver.utils.ChainId
 

B

BAOBAB_TESTNET - Static variable in class com.klaytn.caver.utils.ChainId
 
BAOBAB_URL - Static variable in interface com.klaytn.caver.Caver
 
BIN_NOT_PROVIDED - Static variable in class com.klaytn.caver.tx.SmartContract
 
Block() - Constructor for class com.klaytn.caver.methods.response.KlayBlock.Block
 
Block(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, List<KlayTransaction.Transaction>, String, String, String) - Constructor for class com.klaytn.caver.methods.response.KlayBlock.Block
 
Block() - Constructor for class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
Block(List<String>, String, String, String, String, String, String, String, String, String, String, String, String, String, List<KlayTransaction.Transaction>, String) - Constructor for class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
BlockReceipts - Class in com.klaytn.caver.methods.response
BlockReceipts() - Constructor for class com.klaytn.caver.methods.response.BlockReceipts
 
Boolean - Class in com.klaytn.caver.methods.response
true or false
Boolean() - Constructor for class com.klaytn.caver.methods.response.Boolean
 
build(Web3jService) - Static method in interface com.klaytn.caver.Caver
Construct a new Caverj instance.
build(String) - Static method in interface com.klaytn.caver.Caver
Construct a new Caverj instance which is connected to url node.
build() - Static method in interface com.klaytn.caver.Caver
Construct a new Caverj instance which is connected to local node.
build() - Method in class com.klaytn.caver.fee.FeePayerManager.Builder
 
build() - Method in class com.klaytn.caver.tx.manager.TransactionManager.Builder
 
build() - Method in class com.klaytn.caver.tx.model.AccountUpdateTransaction
 
build() - Method in class com.klaytn.caver.tx.model.CancelTransaction
 
build() - Method in class com.klaytn.caver.tx.model.SmartContractDeployTransaction
 
build() - Method in class com.klaytn.caver.tx.model.SmartContractExecutionTransaction
 
build() - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
build(boolean) - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
build() - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
Builder(Caver, KlayCredentials) - Constructor for class com.klaytn.caver.fee.FeePayerManager.Builder
 
Builder(Caver, WalletManager) - Constructor for class com.klaytn.caver.tx.manager.TransactionManager.Builder
 
Builder(Caver, KlayCredentials) - Constructor for class com.klaytn.caver.tx.manager.TransactionManager.Builder
 
buildFeeDelegated() - Method in class com.klaytn.caver.tx.model.AccountUpdateTransaction
 
buildFeeDelegated() - Method in class com.klaytn.caver.tx.model.CancelTransaction
 
buildFeeDelegated() - Method in class com.klaytn.caver.tx.model.SmartContractDeployTransaction
 
buildFeeDelegated() - Method in class com.klaytn.caver.tx.model.SmartContractExecutionTransaction
 
buildFeeDelegated() - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
buildFeeDelegated() - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
Bytes - Class in com.klaytn.caver.methods.response
String value
Bytes() - Constructor for class com.klaytn.caver.methods.response.Bytes
 
Bytes20 - Class in com.klaytn.caver.methods.response
20-byte DATA(Address)
Bytes20() - Constructor for class com.klaytn.caver.methods.response.Bytes20
 
Bytes32 - Class in com.klaytn.caver.methods.response
32-byte DATA(Transaction Hash)
Bytes32() - Constructor for class com.klaytn.caver.methods.response.Bytes32
 
BytesUtils - Class in com.klaytn.caver.utils
 

C

call(CallObject, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
call(CallObject, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Executes a new message call immediately without creating a transaction on the block chain.
Callback<T> - Interface in com.klaytn.caver.methods.response
Transaction receipt processor callback.
CallObject - Class in com.klaytn.caver.methods.request
 
CallObject(String, String, BigInteger, BigInteger, BigInteger, String) - Constructor for class com.klaytn.caver.methods.request.CallObject
 
Cancel - Class in com.klaytn.caver.tx
 
CancelTransaction - Class in com.klaytn.caver.tx.model
 
Caver - Interface in com.klaytn.caver
Core Caverj JSON-RPC API.
caver - Variable in class com.klaytn.caver.tx.ManagedTransaction
 
caver - Variable in class com.klaytn.caver.tx.manager.GetNonceProcessor
 
CaverException - Exception in com.klaytn.caver
 
CaverException(ErrorType, int, String) - Constructor for exception com.klaytn.caver.CaverException
 
CaverImpl - Class in com.klaytn.caver
JSON-RPC 2.0 factory implementation.
ChainId - Class in com.klaytn.caver.utils
 
ChainId() - Constructor for class com.klaytn.caver.utils.ChainId
 
CHECKSUM - Static variable in class com.klaytn.caver.wallet.KlayWalletUtils
 
CipherParams() - Constructor for class com.klaytn.caver.wallet.WalletFile.CipherParams
 
clear() - Method in class com.klaytn.caver.wallet.WalletManager
 
CodeFormat - Class in com.klaytn.caver.utils
 
CodeFormat() - Constructor for class com.klaytn.caver.utils.CodeFormat
 
com.klaytn.caver - package com.klaytn.caver
 
com.klaytn.caver.crypto - package com.klaytn.caver.crypto
 
com.klaytn.caver.fee - package com.klaytn.caver.fee
 
com.klaytn.caver.methods.request - package com.klaytn.caver.methods.request
 
com.klaytn.caver.methods.response - package com.klaytn.caver.methods.response
 
com.klaytn.caver.tx - package com.klaytn.caver.tx
 
com.klaytn.caver.tx.account - package com.klaytn.caver.tx.account
 
com.klaytn.caver.tx.exception - package com.klaytn.caver.tx.exception
 
com.klaytn.caver.tx.gas - package com.klaytn.caver.tx.gas
 
com.klaytn.caver.tx.manager - package com.klaytn.caver.tx.manager
 
com.klaytn.caver.tx.model - package com.klaytn.caver.tx.model
 
com.klaytn.caver.tx.type - package com.klaytn.caver.tx.type
 
com.klaytn.caver.utils - package com.klaytn.caver.utils
 
com.klaytn.caver.wallet - package com.klaytn.caver.wallet
 
com.klaytn.caver.wallet.exception - package com.klaytn.caver.wallet.exception
 
concat(byte[], byte[]) - Static method in class com.klaytn.caver.utils.BytesUtils
 
contractAddress - Variable in class com.klaytn.caver.tx.SmartContract
 
contractBinary - Variable in class com.klaytn.caver.tx.SmartContract
 
Convert - Class in com.klaytn.caver.utils
Klaytn unit conversion functions.
Convert.Unit - Enum in com.klaytn.caver.utils
 
convertToNative(List<S>) - Static method in class com.klaytn.caver.tx.SmartContract
 
create(String) - Static method in class com.klaytn.caver.crypto.KlayCredentials
 
create(ECKeyPair) - Static method in class com.klaytn.caver.crypto.KlayCredentials
 
create(String, String) - Static method in class com.klaytn.caver.crypto.KlayCredentials
 
create(ECKeyPair, String) - Static method in class com.klaytn.caver.crypto.KlayCredentials
 
create() - Static method in class com.klaytn.caver.tx.account.AccountKeyFail
 
create() - Static method in class com.klaytn.caver.tx.account.AccountKeyLegacy
 
create() - Static method in class com.klaytn.caver.tx.account.AccountKeyNil
 
create(BigInteger) - Static method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
create(String, String) - Static method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
create(List<AccountKey>) - Static method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
create(BigInteger, List<AccountKeyWeightedMultiSig.WeightedPublicKey>) - Static method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
create(BigInteger, AccountKeyPublic) - Static method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig.WeightedPublicKey
 
create(Caver, TransactionManager) - Static method in class com.klaytn.caver.tx.Account
 
create(Caver, KlayCredentials, int) - Static method in class com.klaytn.caver.tx.Account
 
create(Caver, TransactionManager) - Static method in class com.klaytn.caver.tx.Cancel
 
create(Caver, KlayCredentials, int) - Static method in class com.klaytn.caver.tx.Cancel
 
create(String, AccountKey, BigInteger) - Static method in class com.klaytn.caver.tx.model.AccountUpdateTransaction
 
create(String, BigInteger) - Static method in class com.klaytn.caver.tx.model.CancelTransaction
 
create(String, BigInteger, byte[], BigInteger, BigInteger) - Static method in class com.klaytn.caver.tx.model.SmartContractDeployTransaction
 
create(String, String, BigInteger, byte[], BigInteger) - Static method in class com.klaytn.caver.tx.model.SmartContractExecutionTransaction
 
create(String, String, BigInteger, BigInteger) - Static method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
create(Caver, TransactionManager) - Static method in class com.klaytn.caver.tx.SmartContract
 
create(Caver, KlayCredentials, int) - Static method in class com.klaytn.caver.tx.SmartContract
 
create(Caver, TransactionManager) - Static method in class com.klaytn.caver.tx.ValueTransfer
 
create(Caver, KlayCredentials, int) - Static method in class com.klaytn.caver.tx.ValueTransfer
 
create(String, ECKeyPair, int, int, String) - Static method in class com.klaytn.caver.wallet.Wallet
 
create(String, ECKeyPair, int, int) - Static method in class com.klaytn.caver.wallet.Wallet
 
createCallObject(String, String, BigInteger, BigInteger, BigInteger, String) - Static method in class com.klaytn.caver.methods.request.CallObject
 
createEip155KlaySignatureData(Sign.SignatureData, int) - Static method in class com.klaytn.caver.utils.KlaySignatureDataUtils
 
createFull(String, ECKeyPair, String) - Static method in class com.klaytn.caver.wallet.Wallet
 
createFull(String, ECKeyPair) - Static method in class com.klaytn.caver.wallet.Wallet
 
createKlaySignatureDataFromChainId(int) - Static method in class com.klaytn.caver.crypto.KlaySignatureData
 
createKlayTransaction(String, BigInteger, BigInteger, BigInteger, String, BigInteger) - Static method in class com.klaytn.caver.methods.request.KlayTransaction
 
createStandard(String, ECKeyPair, String) - Static method in class com.klaytn.caver.wallet.Wallet
 
createStandard(String, ECKeyPair) - Static method in class com.klaytn.caver.wallet.Wallet
 
createTransaction(BigInteger, BigInteger, BigInteger, String, AccountKey) - Static method in class com.klaytn.caver.tx.type.TxTypeAccountUpdate
 
createTransaction(BigInteger, BigInteger, BigInteger, String) - Static method in class com.klaytn.caver.tx.type.TxTypeCancel
 
createTransaction(BigInteger, BigInteger, BigInteger, String, byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeChainDataAnchoringTransaction
 
createTransaction(BigInteger, BigInteger, BigInteger, String, AccountKey) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdate
 
createTransaction(BigInteger, BigInteger, BigInteger, String, AccountKey, BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
 
createTransaction(BigInteger, BigInteger, BigInteger, String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancel
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancelWithRatio
 
createTransaction(BigInteger, BigInteger, BigInteger, BigInteger, String, byte[], BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
 
createTransaction(BigInteger, BigInteger, BigInteger, BigInteger, String, byte[], BigInteger, BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecution
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[], BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransfer
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemo
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[], BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String, BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferWithRatio
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String) - Static method in class com.klaytn.caver.tx.type.TxTypeLegacyTransaction
 
createTransaction(BigInteger, BigInteger, BigInteger, BigInteger, String, byte[], BigInteger) - Static method in class com.klaytn.caver.tx.type.TxTypeSmartContractDeploy
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeSmartContractExecution
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String) - Static method in class com.klaytn.caver.tx.type.TxTypeValueTransfer
 
createTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeValueTransferMemo
 
createWithKlaytnWalletKey(String) - Static method in class com.klaytn.caver.crypto.KlayCredentials
 
CredentialNotFoundException - Exception in com.klaytn.caver.wallet.exception
 
CredentialNotFoundException() - Constructor for exception com.klaytn.caver.wallet.exception.CredentialNotFoundException
 
Crypto() - Constructor for class com.klaytn.caver.wallet.WalletFile.Crypto
 
CURVE_PARAMS - Static variable in class com.klaytn.caver.utils.AccountKeyPublicUtils
 

D

decode(String) - Static method in class com.klaytn.caver.fee.FeePayerTransactionDecoder
 
decode(AccountType.Key, JsonNode) - Static method in class com.klaytn.caver.methods.response.KlayAccount.AccountDecoder
 
decode(AccountKey.Type, JsonNode) - Static method in class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyDecoder
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeChainDataAnchoringTransaction
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeChainDataAnchoringTransaction
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdate
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdate
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancel
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancel
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancelWithRatio
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancelWithRatio
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecution
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecution
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransfer
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransfer
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemo
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemo
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
 
decodeFromRawTransaction(byte[]) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferWithRatio
decode transaction hash from sender to reconstruct transaction with fee payer signature.
decodeFromRawTransaction(String) - Static method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferWithRatio
 
decodeFromRlp(byte[]) - Static method in class com.klaytn.caver.tx.account.AccountKeyFail
 
decodeFromRlp(String) - Static method in class com.klaytn.caver.tx.account.AccountKeyFail
 
decodeFromRlp(byte[]) - Static method in class com.klaytn.caver.tx.account.AccountKeyLegacy
 
decodeFromRlp(String) - Static method in class com.klaytn.caver.tx.account.AccountKeyLegacy
 
decodeFromRlp(byte[]) - Static method in class com.klaytn.caver.tx.account.AccountKeyNil
 
decodeFromRlp(String) - Static method in class com.klaytn.caver.tx.account.AccountKeyNil
 
decodeFromRlp(byte[]) - Static method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
decodeFromRlp(String) - Static method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
decodeFromRlp(byte[]) - Static method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
decodeFromRlp(String) - Static method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
decodeFromRlp(byte[]) - Static method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
decodeFromRlp(String) - Static method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
decompressKey(String) - Static method in class com.klaytn.caver.utils.AccountKeyPublicUtils
 
decrypt(String, WalletFile) - Static method in class com.klaytn.caver.wallet.Wallet
 
DEFAULT_BLOCK_TIME - Static variable in class com.klaytn.caver.JsonRpc2_0Klay
 
DEFAULT_POLLING_ATTEMPTS_PER_TX_HASH - Static variable in class com.klaytn.caver.tx.manager.QueuingTransactionReceiptProcessor
 
DEFAULT_POLLING_FREQUENCY - Static variable in class com.klaytn.caver.tx.manager.QueuingTransactionReceiptProcessor
 
DEFAULT_URL - Static variable in interface com.klaytn.caver.Caver
 
defaultBlockParameter - Variable in class com.klaytn.caver.tx.SmartContract
 
DefaultGasProvider - Class in com.klaytn.caver.tx.gas
 
DefaultGasProvider() - Constructor for class com.klaytn.caver.tx.gas.DefaultGasProvider
 
deploy(Class<T>, Caver, KlayCredentials, int, ContractGasProvider, String, String, BigInteger) - Static method in class com.klaytn.caver.tx.SmartContract
 
deploy(Class<T>, Caver, TransactionManager, ContractGasProvider, String, String, BigInteger) - Static method in class com.klaytn.caver.tx.SmartContract
 
deployedAddresses - Variable in class com.klaytn.caver.tx.SmartContract
 
deployRemoteCall(Class<T>, Caver, KlayCredentials, int, ContractGasProvider, String, String, BigInteger) - Static method in class com.klaytn.caver.tx.SmartContract
 
deployRemoteCall(Class<T>, Caver, KlayCredentials, int, ContractGasProvider, String, String) - Static method in class com.klaytn.caver.tx.SmartContract
 
deployRemoteCall(Class<T>, Caver, TransactionManager, ContractGasProvider, String, String, BigInteger) - Static method in class com.klaytn.caver.tx.SmartContract
 
deployRemoteCall(Class<T>, Caver, TransactionManager, ContractGasProvider, String, String) - Static method in class com.klaytn.caver.tx.SmartContract
 
deserialize(JsonParser, DeserializationContext) - Method in class com.klaytn.caver.methods.response.KlayAccount.AccountDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.klaytn.caver.methods.response.KlayBlock.ResponseDeserialiser
 
deserialize(JsonParser, DeserializationContext) - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.ResponseDeserialiser
 
deserialize(JsonParser, DeserializationContext) - Method in class com.klaytn.caver.methods.response.KlayLogs.LogResultDeserialiser
 
deserialize(JsonParser, DeserializationContext) - Method in class com.klaytn.caver.methods.response.KlayTransaction.KlayTransactionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.KlayTransactionReceiptDeserializer
 

E

EmptyNonceException - Exception in com.klaytn.caver.tx.exception
 
EmptyNonceException() - Constructor for exception com.klaytn.caver.tx.exception.EmptyNonceException
 
EmptyTransactionReceipt - Class in com.klaytn.caver.methods.response
An empty transaction receipt object containing only the transaction hash.
EmptyTransactionReceipt(String) - Constructor for class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
equals(Object) - Method in class com.klaytn.caver.crypto.KlayCredentials
 
equals(Object) - Method in class com.klaytn.caver.crypto.KlaySignatureData
 
equals(Object) - Method in class com.klaytn.caver.methods.response.AccountEOA
 
equals(Object) - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
equals(Object) - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayAccount.Account
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyValue
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayLogs.Hash
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
equals(Object) - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
equals(Object) - Method in class com.klaytn.caver.tx.account.AccountKeyFail
 
equals(Object) - Method in class com.klaytn.caver.tx.account.AccountKeyLegacy
 
equals(Object) - Method in class com.klaytn.caver.tx.account.AccountKeyNil
 
equals(Object) - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
equals(Object) - Method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
equals(Object) - Method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
equals(Object) - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
equals(Object) - Method in class com.klaytn.caver.wallet.WalletFile.CipherParams
 
equals(Object) - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
equals(Object) - Method in class com.klaytn.caver.wallet.WalletFile
 
equals(Object) - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
ErrorCode - Enum in com.klaytn.caver
 
ErrorHandler - Class in com.klaytn.caver.tx.manager
 
ErrorHandler() - Constructor for class com.klaytn.caver.tx.manager.ErrorHandler
 
ErrorType - Enum in com.klaytn.caver
 
estimateComputationCost(CallObject, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
estimateComputationCost(CallObject, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Generates and returns an estimate of how much computation cost spent to execute the transaction.
estimateGas(CallObject) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
estimateGas(CallObject) - Method in interface com.klaytn.caver.Klay
Generates and returns an estimate of how much gas is necessary to allow the transaction to complete.
EVM - Static variable in class com.klaytn.caver.utils.CodeFormat
 
exception(Exception) - Method in interface com.klaytn.caver.methods.response.Callback
 
exception(Exception) - Method in class com.klaytn.caver.tx.manager.ErrorHandler
 
executeCallMultipleValueReturn(Function) - Method in class com.klaytn.caver.tx.SmartContract
 
executeCallSingleValueReturn(Function) - Method in class com.klaytn.caver.tx.SmartContract
 
executeCallSingleValueReturn(Function, Class<R>) - Method in class com.klaytn.caver.tx.SmartContract
 
executeRemoteCallMultipleValueReturn(Function) - Method in class com.klaytn.caver.tx.SmartContract
 
executeRemoteCallSingleValueReturn(Function) - Method in class com.klaytn.caver.tx.SmartContract
 
executeRemoteCallSingleValueReturn(Function, Class<T>) - Method in class com.klaytn.caver.tx.SmartContract
 
executeRemoteCallTransaction(Function) - Method in class com.klaytn.caver.tx.SmartContract
 
executeRemoteCallTransaction(Function, BigInteger) - Method in class com.klaytn.caver.tx.SmartContract
 
executeTransaction(String) - Method in class com.klaytn.caver.fee.FeePayerManager
 
executeTransaction(TransactionTransformer) - Method in class com.klaytn.caver.tx.manager.TransactionManager
 
executeTransaction(Function) - Method in class com.klaytn.caver.tx.SmartContract
 
extractEventParameters(Event, KlayLogs.Log) - Method in class com.klaytn.caver.tx.SmartContract
 
extractEventParameters(Event, KlayTransactionReceipt.TransactionReceipt) - Method in class com.klaytn.caver.tx.SmartContract
 
extractEventParametersWithLog(Event, KlayLogs.Log) - Method in class com.klaytn.caver.tx.SmartContract
 
extractEventParametersWithLog(Event, KlayTransactionReceipt.TransactionReceipt) - Method in class com.klaytn.caver.tx.SmartContract
 

F

FastGetNonceProcessor - Class in com.klaytn.caver.tx.manager
 
FastGetNonceProcessor(Caver) - Constructor for class com.klaytn.caver.tx.manager.FastGetNonceProcessor
 
FeePayer - Class in com.klaytn.caver.fee
 
FeePayer(KlayCredentials, int) - Constructor for class com.klaytn.caver.fee.FeePayer
 
FeePayerManager - Class in com.klaytn.caver.fee
 
FeePayerManager.Builder - Class in com.klaytn.caver.fee
 
FeePayerTransactionDecoder - Class in com.klaytn.caver.fee
 
FeePayerTransactionDecoder() - Constructor for class com.klaytn.caver.fee.FeePayerTransactionDecoder
 
feeRatio(BigInteger) - Method in class com.klaytn.caver.tx.model.AccountUpdateTransaction
 
feeRatio(BigInteger) - Method in class com.klaytn.caver.tx.model.CancelTransaction
 
feeRatio(BigInteger) - Method in class com.klaytn.caver.tx.model.SmartContractDeployTransaction
 
feeRatio(BigInteger) - Method in class com.klaytn.caver.tx.model.SmartContractExecutionTransaction
 
feeRatio(BigInteger) - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
Filter<T extends Filter> - Class in com.klaytn.caver.methods.request
 
Filter.FilterTopic<T> - Interface in com.klaytn.caver.methods.request
 
Filter.ListTopic - Class in com.klaytn.caver.methods.request
 
Filter.SingleTopic - Class in com.klaytn.caver.methods.request
 
findByAddress(String) - Method in class com.klaytn.caver.wallet.WalletManager
 
findByValue(byte) - Static method in enum com.klaytn.caver.tx.account.AccountKey.Type
 
findByValue(byte) - Static method in enum com.klaytn.caver.tx.type.TxType.Type
 
from(String) - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
fromPeb(String, Convert.Unit) - Static method in class com.klaytn.caver.utils.Convert
 
fromPeb(BigDecimal, Convert.Unit) - Static method in class com.klaytn.caver.utils.Convert
 
fromRlp(String) - Static method in class com.klaytn.caver.tx.account.AccountKeyDecoder
 
fromRlp(String...) - Static method in class com.klaytn.caver.tx.account.AccountKeyDecoder
 
fromString(String) - Static method in enum com.klaytn.caver.utils.Convert.Unit
 
FUNC_DEPLOY - Static variable in class com.klaytn.caver.tx.SmartContract
 

G

GAS_LIMIT - Static variable in class com.klaytn.caver.tx.gas.DefaultGasProvider
 
GAS_LIMIT - Static variable in class com.klaytn.caver.tx.SmartContract
 
GAS_LIMIT - Static variable in class com.klaytn.caver.tx.ValueTransfer
 
GAS_PRICE - Static variable in class com.klaytn.caver.tx.gas.DefaultGasProvider
 
GAS_PRICE - Static variable in class com.klaytn.caver.tx.ManagedTransaction
 
gasLimit(BigInteger) - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
gasPrice(BigInteger) - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
gasProvider - Variable in class com.klaytn.caver.tx.SmartContract
 
generateBip39Wallet(String, String, File) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
Generates a BIP-39 compatible Ethereum wallet.
generateFullNewWalletFile(String, String, File) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
generateFullNewWalletFile(String, File) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
generateNewWalletFile(String, String, File) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
generateNewWalletFile(String, File) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
generateNewWalletFile(String, String, File, boolean) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
get() - Method in class com.klaytn.caver.methods.response.KlayLogs.Hash
 
get() - Method in class com.klaytn.caver.methods.response.KlayLogs.LogObject
 
get() - Method in interface com.klaytn.caver.methods.response.KlayLogs.LogResult
 
get() - Method in enum com.klaytn.caver.tx.type.TxType.Type
 
getAccount(String, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getAccount(String, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the account information of a given address.
getAccount() - Method in class com.klaytn.caver.methods.response.KlayAccount.Account
 
getAccountKey(String, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getAccountKey(String, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the account key of the Externally Owned Account (EOA) at a given address.
getAccountKey() - Method in class com.klaytn.caver.tx.type.TxTypeAccountUpdate
 
getAccountKey() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdate
 
getAccountKey() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
 
getAccountKeys() - Method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
getAccounts() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getAccounts() - Method in interface com.klaytn.caver.Klay
Returns a list of addresses owned by client.
getAccounts() - Method in class com.klaytn.caver.wallet.WalletManager
 
getAccType() - Method in class com.klaytn.caver.methods.response.KlayAccount.Account
 
getAddress() - Method in class com.klaytn.caver.crypto.KlayCredentials
 
getAddress() - Method in class com.klaytn.caver.methods.request.KlayFilter
 
getAddress() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getAddress() - Method in class com.klaytn.caver.wallet.WalletFile
 
getAmount() - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
getAnchoredData() - Method in class com.klaytn.caver.tx.type.TxTypeChainDataAnchoringTransaction
 
getBalance(String, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getBalance(String, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the balance of the account of given address.
getBalance() - Method in class com.klaytn.caver.methods.response.AccountEOA
 
getBalance() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
getBaobabKeyDirectory() - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
getBlock() - Method in class com.klaytn.caver.methods.response.KlayBlock
 
getBlock() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo
 
getBlockByHash(String, boolean) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getBlockByHash(String, boolean) - Method in interface com.klaytn.caver.Klay
Returns information about a block by hash.
getBlockByNumber(DefaultBlockParameter, boolean) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getBlockByNumber(DefaultBlockParameter, boolean) - Method in interface com.klaytn.caver.Klay
Returns information about a block by block number.
getBlockHash() - Method in class com.klaytn.caver.methods.request.KlayLogFilter
 
getBlockHash() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getBlockHash() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getBlockHash() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getBlockHash() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getBlockNumber() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getBlockNumber() - Method in interface com.klaytn.caver.Klay
Returns the number of most recent block.
getBlockNumber() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getBlockNumber() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getBlockNumber() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getBlockNumber() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getBlockNumberRaw() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getBlockReceipts(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getBlockReceipts(String) - Method in interface com.klaytn.caver.Klay
Returns receipts included in a block identified by block hash.
getBlockWithConsensusInfoByHash(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getBlockWithConsensusInfoByHash(String) - Method in interface com.klaytn.caver.Klay
Returns a block with consensus information matched by the given hash.
getBlockWithConsensusInfoByNumber(DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getBlockWithConsensusInfoByNumber(DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns a block with consensus information matched by the given block number.
getC() - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
getChainID() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getChainID() - Method in interface com.klaytn.caver.Klay
Returns the chain ID of the chain.
getCipher() - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
getCipherparams() - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
getCiphertext() - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
getClazz() - Method in enum com.klaytn.caver.tx.account.AccountKey.Type
 
getClientVersion() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getClientVersion() - Method in interface com.klaytn.caver.Klay
Returns the current client version of a Klaytn node.
getCn() - Method in class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
getCode() - Method in exception com.klaytn.caver.CaverException
 
getCode() - Method in enum com.klaytn.caver.ErrorCode
 
getCode(String, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getCode(String, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns code at a given address.
getCode() - Method in exception com.klaytn.caver.UncheckedCaverException
 
getCodeFormat() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
getCodeFormat() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
 
getCodeFormat() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
 
getCodeFormat() - Method in class com.klaytn.caver.tx.type.TxTypeSmartContractDeploy
 
getCodeHash() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
getCommittee(DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getCommittee(DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns a list of all validators in the committee at the specified block.
getCommittee() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getCommitteeSize(DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getCommitteeSize(DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the size of the committee at the specified block.
getContractAddress() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getContractAddress() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getContractAddress() - Method in class com.klaytn.caver.tx.SmartContract
 
getContractBinary() - Method in class com.klaytn.caver.tx.SmartContract
 
getCouncil(DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getCouncil(DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns a list of all validators of the council at the specified block.
getCouncilSize(DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getCouncilSize(DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the size of the council at the specified block.
getCrypto() - Method in class com.klaytn.caver.wallet.WalletFile
 
getData() - Method in class com.klaytn.caver.methods.request.CallObject
 
getData() - Method in class com.klaytn.caver.methods.request.KlayTransaction
 
getData() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getData() - Method in class com.klaytn.caver.tx.type.TxTypeLegacyTransaction
 
getDefault() - Method in class com.klaytn.caver.wallet.WalletManager
 
getDefaultAddress() - Method in class com.klaytn.caver.tx.manager.TransactionManager
 
getDefaultKeyDirectory() - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
getDeployedAddress(String) - Method in class com.klaytn.caver.tx.SmartContract
 
getDifficulty() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getDklen() - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
getDklen() - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
getEcKeyPair() - Method in class com.klaytn.caver.crypto.KlayCredentials
 
getEn() - Method in class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
getEncodedTransactionNoSig() - Method in class com.klaytn.caver.tx.type.AbstractTxType
create rlp encoded value for signature component
getEncodedTransactionNoSig() - Method in interface com.klaytn.caver.tx.type.TxType
create rlp encoded value for signature component
getErrorMessage() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getErrorMessage() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getExtraData() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getFeePayer() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getFeePayerSignatures() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getFeeRatio() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getFeeRatio() - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
getFeeRatio() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
 
getFeeRatio() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancelWithRatio
 
getFeeRatio() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
 
getFeeRatio() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
 
getFeeRatio() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
 
getFeeRatio() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferWithRatio
 
getFilterChanges(BigInteger) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getFilterChanges(BigInteger) - Method in interface com.klaytn.caver.Klay
Polling method for a filter, which returns an array of logs which occurred since last poll.
getFilterLogs(BigInteger) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getFilterLogs(BigInteger) - Method in interface com.klaytn.caver.Klay
Returns an array of all logs matching filter with given id, which has been obtained using Klay.newFilter(KlayFilter).
getFrom() - Method in class com.klaytn.caver.methods.request.CallObject
 
getFrom() - Method in class com.klaytn.caver.methods.request.KlayTransaction
 
getFrom() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getFrom() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getFrom() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getFrom() - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
getFrom() - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
getFromBlock() - Method in class com.klaytn.caver.methods.request.KlayFilter
 
getGas() - Method in class com.klaytn.caver.methods.request.KlayTransaction
 
getGas() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getGas() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getGas() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getGas() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getGasLimit() - Method in class com.klaytn.caver.methods.request.CallObject
 
getGasLimit() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getGasLimit() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getGasLimit() - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
getGasLimit() - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
getGasPrice() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getGasPrice() - Method in interface com.klaytn.caver.Klay
Returns the current price per gas in peb.
getGasPrice() - Method in class com.klaytn.caver.methods.request.CallObject
 
getGasPrice() - Method in class com.klaytn.caver.methods.request.KlayTransaction
 
getGasPrice() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getGasPrice() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getGasPrice() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getGasPrice() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getGasPrice() - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
getGasPrice() - Method in class com.klaytn.caver.tx.SmartContract
Deprecated.
use ContractGasProvider
getGasPrice() - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
getGasPriceAt(DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getGasPriceAt(DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the unit price of the given block in peb.
getGasUsed() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getGasUsed() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getGasUsed() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getGasUsed() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getGovernanceData() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getHash() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getHash() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getHash() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getHash() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getHumanReadable() - Method in class com.klaytn.caver.methods.response.AccountEOA
 
getId() - Method in class com.klaytn.caver.wallet.WalletFile
 
getIndexedValues() - Method in class com.klaytn.caver.tx.SmartContract.EventValuesWithLog
 
getInput() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getInput() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getInput() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getInput() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getIv() - Method in class com.klaytn.caver.wallet.WalletFile.CipherParams
 
getKdf() - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
getKdfparams() - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
getKey() - Method in class com.klaytn.caver.methods.response.AccountEOA
 
getKey() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
getKey() - Method in class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyValue
 
getKey() - Method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig.WeightedPublicKey
 
getKeyType() - Method in enum com.klaytn.caver.methods.response.AccountType.Key
 
getKeyType() - Method in class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyValue
 
getKlaytnWalletKey() - Method in class com.klaytn.caver.crypto.KlayCredentials
 
getLog() - Method in class com.klaytn.caver.tx.SmartContract.EventValuesWithLog
 
getLogIndex() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getLogIndexRaw() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getLogs(KlayLogFilter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getLogs(KlayLogFilter) - Method in interface com.klaytn.caver.Klay
Returns an array of all logs matching a given filter object.
getLogs() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getLogs() - Method in class com.klaytn.caver.methods.response.KlayLogs
 
getLogs() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getLogsBloom() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getLogsBloom() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getLogsBloom() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getMac() - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
getMainnetKeyDirectory() - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
getMemo() - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
getMessage() - Method in enum com.klaytn.caver.ErrorCode
 
getMiner() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getMiner() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getN() - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
getNetworkId() - Method in class com.klaytn.caver.JsonRpc2_0Net
 
getNetworkId() - Method in interface com.klaytn.caver.Net
Returns the network identifier (network ID).
getNonce() - Method in class com.klaytn.caver.methods.request.KlayTransaction
 
getNonce() - Method in class com.klaytn.caver.methods.response.AccountEOA
 
getNonce() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
getNonce() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getNonce() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getNonce() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getNonce() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getNonce() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getNonce() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getNonce(KlayCredentials) - Method in class com.klaytn.caver.tx.manager.FastGetNonceProcessor
 
getNonce(KlayCredentials) - Method in class com.klaytn.caver.tx.manager.GetNonceProcessor
 
getNonce() - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
getNonce() - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
GetNonceProcessor - Class in com.klaytn.caver.tx.manager
 
GetNonceProcessor(Caver) - Constructor for class com.klaytn.caver.tx.manager.GetNonceProcessor
 
getNonIndexedValues() - Method in class com.klaytn.caver.tx.SmartContract.EventValuesWithLog
 
getNumber() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getNumber() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getNumber() - Method in class com.klaytn.caver.methods.response.Number
 
getP() - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
getParentHash() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getParentHash() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecution
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemo
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeSmartContractDeploy
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeSmartContractExecution
 
getPayload() - Method in class com.klaytn.caver.tx.type.TxTypeValueTransferMemo
 
getpebFactor() - Method in enum com.klaytn.caver.utils.Convert.Unit
 
getPeerCount() - Method in class com.klaytn.caver.JsonRpc2_0Net
 
getPeerCount() - Method in interface com.klaytn.caver.Net
Returns the number of peers currently connected to the client.
getPeerCountByType() - Method in class com.klaytn.caver.JsonRpc2_0Net
 
getPeerCountByType() - Method in interface com.klaytn.caver.Net
Returns the number of connected nodes by type and the total number of connected nodes.
getPn() - Method in class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
getPrf() - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
getProposer() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getProtocolVersion() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getProtocolVersion() - Method in interface com.klaytn.caver.Klay
Returns the Klaytn protocol version of the node.
getPublicKey() - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
getR() - Method in class com.klaytn.caver.crypto.KlaySignatureData
 
getR() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getR() - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
getRaw() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction
 
getRawTransactionNoType(byte[]) - Static method in class com.klaytn.caver.tx.account.AccountKeyDecoder
 
getRawTransactionNoType(byte[]) - Static method in class com.klaytn.caver.utils.KlayTransactionUtils
 
getReceiptsRoot() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getReceiptsRoot() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getReward() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getRewardbase() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getRewardbase() - Method in interface com.klaytn.caver.Klay
Returns the rewardbase of the current node.
getRoleFeePayer() - Method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
getRoleTransaction() - Method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
getRoleUpdate() - Method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
getS() - Method in class com.klaytn.caver.crypto.KlaySignatureData
 
getS() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getSalt() - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
getSalt() - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
getSenderSignatureData() - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
getSenderTxHash() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getSenderTxHash() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getSenderTxHash() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getSha3(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getSha3(String) - Method in interface com.klaytn.caver.Klay
Returns Keccak-256 (not the standardized SHA3-256) of the given data.
getSignatureData(AbstractTxType) - Method in class com.klaytn.caver.fee.FeePayer
 
getSignatureData() - Method in class com.klaytn.caver.tx.model.KlayRawTransaction
 
getSignatureData(KlayCredentials, int) - Method in class com.klaytn.caver.tx.type.AbstractTxType
rlp encoding for signature(SigRLP)
getSignatureData(KlayCredentials, int) - Method in interface com.klaytn.caver.tx.type.TxType
rlp encoding for signature(SigRLP)
getSignatureData(KlayCredentials, int) - Method in class com.klaytn.caver.tx.type.TxTypeLegacyTransaction
rlp encoding for signature(SigRLP)
getSignatures() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getSignatures() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getSignatures() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getSignTransaction() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction
 
getSize() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getSize() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getStateRoot() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getStateRoot() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getStaticDeployedAddress(String) - Method in class com.klaytn.caver.tx.SmartContract
Subclasses should implement this method to return pre-existing addresses for deployed contracts.
getStatus() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getStatus() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getStorageAt(String, DefaultBlockParameterNumber, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getStorageAt(String, DefaultBlockParameterNumber, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the value from a storage position at a given address.
getStorageRoot() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
getThreshold() - Method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
getTimestamp() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getTimestamp() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getTimestampFoS() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getTimestampFoS() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getTo() - Method in class com.klaytn.caver.methods.request.CallObject
 
getTo() - Method in class com.klaytn.caver.methods.request.KlayTransaction
 
getTo() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getTo() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getTo() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getTo() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getTo() - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 
getTo() - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
getToBlock() - Method in class com.klaytn.caver.methods.request.KlayFilter
 
getTopics() - Method in class com.klaytn.caver.methods.request.Filter
 
getTopics() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getTotal() - Method in class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
getTotalDifficulty() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getTransaction() - Method in class com.klaytn.caver.methods.response.KlayTransaction
 
getTransactionByBlockHashAndIndex(String, DefaultBlockParameterNumber) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionByBlockHashAndIndex(String, DefaultBlockParameterNumber) - Method in interface com.klaytn.caver.Klay
Returns information about a transaction by block hash and transaction index position.
getTransactionByBlockNumberAndIndex(DefaultBlockParameter, DefaultBlockParameterNumber) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionByBlockNumberAndIndex(DefaultBlockParameter, DefaultBlockParameterNumber) - Method in interface com.klaytn.caver.Klay
Returns information about a transaction by block number and transaction index position.
getTransactionByHash(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionByHash(String) - Method in interface com.klaytn.caver.Klay
Returns the information about a transaction requested by transaction hash.
getTransactionBySenderTxHash(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionBySenderTxHash(String) - Method in interface com.klaytn.caver.Klay
Returns the information about a transaction requested by sender transaction hash.
getTransactionCount(String, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionCount(String, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the number of transactions sent from an address.
getTransactionCountByHash(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionCountByHash(String) - Method in interface com.klaytn.caver.Klay
Returns the number of transactions in a block from a block matching the given block hash.
getTransactionCountByNumber(DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionCountByNumber(DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns the number of transactions in a block matching the given block number.
getTransactionHash() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getTransactionHash() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getTransactionHash() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getTransactionIndex() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getTransactionIndex() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getTransactionIndex() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getTransactionIndex() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getTransactionIndexRaw() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
getTransactionReceipt(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionReceipt(String) - Method in interface com.klaytn.caver.Klay
Returns the receipt of a transaction by transaction hash.
getTransactionReceipt() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt
 
getTransactionReceipt() - Method in class com.klaytn.caver.tx.SmartContract
If this Contract instance was created at deployment, the TransactionReceipt associated with the initial creation will be provided, e.g. via a deploy method.
getTransactionReceiptBySenderTxHash(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getTransactionReceiptBySenderTxHash(String) - Method in interface com.klaytn.caver.Klay
Returns the receipt of a transaction by sender transaction hash.
getTransactions() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getTransactions() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getTransactionsRoot() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getTransactionsRoot() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
getTx() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction
 
getTxError() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getTxError() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getType() - Method in exception com.klaytn.caver.CaverException
 
getType() - Method in class com.klaytn.caver.methods.response.AccountEOA
 
getType() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
getType() - Method in interface com.klaytn.caver.methods.response.AccountType
 
getType(int) - Static method in enum com.klaytn.caver.methods.response.AccountType.Key
 
getType() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getType() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getType() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getType() - Method in interface com.klaytn.caver.tx.account.AccountKey
 
getType() - Method in class com.klaytn.caver.tx.account.AccountKeyFail
 
getType() - Method in class com.klaytn.caver.tx.account.AccountKeyLegacy
 
getType() - Method in class com.klaytn.caver.tx.account.AccountKeyNil
 
getType() - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
getType() - Method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
getType() - Method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
getType() - Method in interface com.klaytn.caver.tx.type.TxType
This method is overridden from each transaction type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeAccountUpdate
This method is overridden as ACCOUNT_UPDATE type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeCancel
This method is overridden as CANCEL type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeChainDataAnchoringTransaction
This method is overridden as CHAIN_DATA_ANCHORING type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdate
This method is overridden as FEE_DELEGATED_ACCOUNT_UPDATE type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
This method is overridden as FEE_DELEGATED_ACCOUNT_UPDATE_WITH_RATIO type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancel
This method is overridden as FEE_DELEGATED_CANCEL type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancelWithRatio
This method is overridden as FEE_DELEGATED_CANCEL_WITH_RATIO type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
This method is overridden as FEE_DELEGATED_SMART_CONTRACT_DEPLOY type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
This method is overridden as FEE_DELEGATED_SMART_CONTRACT_DEPLOY_WITH_RATIO type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecution
This method is overridden as FEE_DELEGATED_SMART_CONTRACT_EXECUTION type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
This method is overridden as FEE_DELEGATED_SMART_CONTRACT_EXECUTION_WITH_RATIO type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransfer
This method is overridden as FEE_DELEGATED_VALUE_TRANSFER type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemo
This method is overridden as FEE_DELEGATED_VALUE_TRANSFER_MEMO type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
This method is overridden as FEE_DELEGATED_VALUE_TRANSFER_MEMO_WITH_RATIO type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferWithRatio
This method is overridden as FEE_DELEGATED_VALUE_TRANSFER_WITH_RATIO type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeLegacyTransaction
This method is overridden as LEGACY type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeSmartContractDeploy
This method is overridden as SMART_CONTRACT_DEPLOY type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeSmartContractExecution
This method is overridden as SMART_CONTRACT_EXECUTION type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeValueTransfer
This method is overridden as VALUE_TRANSFER type.
getType() - Method in class com.klaytn.caver.tx.type.TxTypeValueTransferMemo
This method is overridden as VALUE_TRANSFER_MEMO type.
getType() - Method in exception com.klaytn.caver.UncheckedCaverException
 
getType(byte[]) - Static method in class com.klaytn.caver.utils.KlayTransactionUtils
 
getType(String) - Static method in class com.klaytn.caver.utils.KlayTransactionUtils
 
getTypeInt() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getTypeInt() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getTypeInt() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getV() - Method in class com.klaytn.caver.crypto.KlaySignatureData
 
getV() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getValue() - Method in class com.klaytn.caver.methods.request.CallObject
 
getValue() - Method in interface com.klaytn.caver.methods.request.Filter.FilterTopic
 
getValue() - Method in class com.klaytn.caver.methods.request.Filter.ListTopic
 
getValue() - Method in class com.klaytn.caver.methods.request.Filter.SingleTopic
 
getValue() - Method in class com.klaytn.caver.methods.request.KlayTransaction
 
getValue() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
getValue() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
getValue() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
getValue() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
getValue() - Method in class com.klaytn.caver.methods.response.Quantity
 
getValue() - Method in enum com.klaytn.caver.tx.account.AccountKey.Type
 
getValue() - Method in class com.klaytn.caver.tx.model.KlayRawTransaction
 
getValue() - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
getValueAsString() - Method in class com.klaytn.caver.tx.model.KlayRawTransaction
 
getVersion() - Method in class com.klaytn.caver.wallet.WalletFile
 
getVoteData() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
getWeight() - Method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig.WeightedPublicKey
 
getWeightedPublicKeys() - Method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
getWork() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
getWork() - Method in interface com.klaytn.caver.Klay
Returns the hash of the current block, the seedHash, and the boundary condition to be met ("target").
getX() - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
getY() - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 

H

Hash() - Constructor for class com.klaytn.caver.methods.response.KlayLogs.Hash
 
Hash(String) - Constructor for class com.klaytn.caver.methods.response.KlayLogs.Hash
 
hashCode() - Method in class com.klaytn.caver.crypto.KlayCredentials
 
hashCode() - Method in class com.klaytn.caver.crypto.KlaySignatureData
 
hashCode() - Method in class com.klaytn.caver.methods.response.AccountEOA
 
hashCode() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
hashCode() - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayAccount.Account
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayAccountKey.AccountKeyValue
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayBlock.Block
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.Block
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayLogs.Hash
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
hashCode() - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
hashCode() - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
hashCode() - Method in class com.klaytn.caver.wallet.WalletFile.CipherParams
 
hashCode() - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
hashCode() - Method in class com.klaytn.caver.wallet.WalletFile
 
hashCode() - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 

I

importRawKey() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
importRawKey() - Method in interface com.klaytn.caver.Klay
 
isAccountCreated(String, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
isAccountCreated(String, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns true if the account associated with the address is created.
isContractAccount(String, DefaultBlockParameter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
isContractAccount(String, DefaultBlockParameter) - Method in interface com.klaytn.caver.Klay
Returns true if an input account has a non-empty codeHash at the time of a specific block number.
isHumanReadable() - Method in class com.klaytn.caver.methods.response.AccountSmartContract
 
isListening() - Method in class com.klaytn.caver.JsonRpc2_0Net
 
isListening() - Method in interface com.klaytn.caver.Net
Returns true if the client is actively listening for network connections.
isMining() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
isMining() - Method in interface com.klaytn.caver.Klay
Returns true if client is actively mining new blocks.
isParallelDBWrite() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
isParallelDBWrite() - Method in interface com.klaytn.caver.Klay
Returns true if the node is writing blockchain data in parallel manner.
isSenderTxHashIndexingEnabled() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
isSenderTxHashIndexingEnabled() - Method in interface com.klaytn.caver.Klay
Returns true if the node is indexing sender transaction hash to transaction hash mapping information.
isSyncing() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
isSyncing() - Method in interface com.klaytn.caver.Klay
Returns an object with data about the sync status or false.
isValid() - Method in class com.klaytn.caver.tx.SmartContract
Check that the contract deployed at the address associated with this smart contract wrapper is in fact the contract you believe it is.
isValidAddress(String) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
isValidPrivateKey(String) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
isWriteThroughCaching() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
isWriteThroughCaching() - Method in interface com.klaytn.caver.Klay
Returns true if the node is using write through caching.

J

JsonRpc2_0Klay - Class in com.klaytn.caver
 
JsonRpc2_0Klay(Web3jService, Admin) - Constructor for class com.klaytn.caver.JsonRpc2_0Klay
 
JsonRpc2_0Klay(Web3jService, long, ScheduledExecutorService, Admin) - Constructor for class com.klaytn.caver.JsonRpc2_0Klay
 
JsonRpc2_0Net - Class in com.klaytn.caver
 
JsonRpc2_0Net(Web3jService) - Constructor for class com.klaytn.caver.JsonRpc2_0Net
 

K

klay() - Method in interface com.klaytn.caver.Caver
 
klay() - Method in class com.klaytn.caver.CaverImpl
 
Klay - Interface in com.klaytn.caver
 
KlayAccount - Class in com.klaytn.caver.methods.response
 
KlayAccount() - Constructor for class com.klaytn.caver.methods.response.KlayAccount
 
KlayAccount.Account - Class in com.klaytn.caver.methods.response
 
KlayAccount.AccountDecoder - Class in com.klaytn.caver.methods.response
 
KlayAccount.AccountDeserializer - Class in com.klaytn.caver.methods.response
 
KlayAccountKey - Class in com.klaytn.caver.methods.response
 
KlayAccountKey() - Constructor for class com.klaytn.caver.methods.response.KlayAccountKey
 
KlayAccountKey.AccountKeyDecoder - Class in com.klaytn.caver.methods.response
 
KlayAccountKey.AccountKeyDeserializer - Class in com.klaytn.caver.methods.response
 
KlayAccountKey.AccountKeyValue - Class in com.klaytn.caver.methods.response
 
KlayBlock - Class in com.klaytn.caver.methods.response
A block object, or null when no block was found
KlayBlock() - Constructor for class com.klaytn.caver.methods.response.KlayBlock
 
KlayBlock.Block - Class in com.klaytn.caver.methods.response
 
KlayBlock.ResponseDeserialiser - Class in com.klaytn.caver.methods.response
 
KlayBlockWithConsensusInfo - Class in com.klaytn.caver.methods.response
A block object with consensus information (a proposer and a list of committee members), or null when no block was found
KlayBlockWithConsensusInfo() - Constructor for class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo
 
KlayBlockWithConsensusInfo.Block - Class in com.klaytn.caver.methods.response
 
KlayBlockWithConsensusInfo.ResponseDeserialiser - Class in com.klaytn.caver.methods.response
 
KlayCredentials - Class in com.klaytn.caver.crypto
 
KlayFilter - Class in com.klaytn.caver.methods.request
 
KlayFilter() - Constructor for class com.klaytn.caver.methods.request.KlayFilter
 
KlayFilter(DefaultBlockParameter, DefaultBlockParameter, List<String>) - Constructor for class com.klaytn.caver.methods.request.KlayFilter
 
KlayFilter(DefaultBlockParameter, DefaultBlockParameter, String) - Constructor for class com.klaytn.caver.methods.request.KlayFilter
 
KlayLogFilter - Class in com.klaytn.caver.methods.request
 
KlayLogFilter() - Constructor for class com.klaytn.caver.methods.request.KlayLogFilter
 
KlayLogFilter(DefaultBlockParameter, DefaultBlockParameter, List<String>, String) - Constructor for class com.klaytn.caver.methods.request.KlayLogFilter
 
KlayLogFilter(DefaultBlockParameter, DefaultBlockParameter, String, String) - Constructor for class com.klaytn.caver.methods.request.KlayLogFilter
 
KlayLogs - Class in com.klaytn.caver.methods.response
Array of log objects, or an empty array if nothing has changed since last poll.
KlayLogs() - Constructor for class com.klaytn.caver.methods.response.KlayLogs
 
KlayLogs.Hash - Class in com.klaytn.caver.methods.response
 
KlayLogs.Log - Class in com.klaytn.caver.methods.response
 
KlayLogs.LogObject - Class in com.klaytn.caver.methods.response
 
KlayLogs.LogResult<T> - Interface in com.klaytn.caver.methods.response
 
KlayLogs.LogResultDeserialiser - Class in com.klaytn.caver.methods.response
 
KlayPeerCount - Class in com.klaytn.caver.methods.response
 
KlayPeerCount() - Constructor for class com.klaytn.caver.methods.response.KlayPeerCount
 
KlayPeerCount.PeerCount - Class in com.klaytn.caver.methods.response
 
KlayRawTransaction - Class in com.klaytn.caver.tx.model
 
KlayRawTransaction(byte[], KlaySignatureData) - Constructor for class com.klaytn.caver.tx.model.KlayRawTransaction
 
KlaySignatureData - Class in com.klaytn.caver.crypto
 
KlaySignatureData() - Constructor for class com.klaytn.caver.crypto.KlaySignatureData
 
KlaySignatureData(byte[], byte[], byte[]) - Constructor for class com.klaytn.caver.crypto.KlaySignatureData
 
KlaySignatureDataUtils - Class in com.klaytn.caver.utils
 
KlaySignatureDataUtils() - Constructor for class com.klaytn.caver.utils.KlaySignatureDataUtils
 
KlaySignTransaction - Class in com.klaytn.caver.methods.response
 
KlaySignTransaction() - Constructor for class com.klaytn.caver.methods.response.KlaySignTransaction
 
KlaySignTransaction.SignTransaction - Class in com.klaytn.caver.methods.response
 
KlaySignTransaction.SignTransaction.SignTransactionResult - Class in com.klaytn.caver.methods.response
 
KlaySyncing - Class in com.klaytn.caver.methods.response
an object with sync status data or false when not syncing
KlaySyncing() - Constructor for class com.klaytn.caver.methods.response.KlaySyncing
 
KlayTransaction - Class in com.klaytn.caver.methods.request
 
KlayTransaction(String, BigInteger, BigInteger, BigInteger, String, BigInteger, String) - Constructor for class com.klaytn.caver.methods.request.KlayTransaction
 
KlayTransaction - Class in com.klaytn.caver.methods.response
A transaction object, or null when no transaction was found.
KlayTransaction() - Constructor for class com.klaytn.caver.methods.response.KlayTransaction
 
KlayTransaction.KlayTransactionDeserializer - Class in com.klaytn.caver.methods.response
 
KlayTransaction.Transaction - Class in com.klaytn.caver.methods.response
 
KlayTransactionDeserializer() - Constructor for class com.klaytn.caver.methods.response.KlayTransaction.KlayTransactionDeserializer
 
KlayTransactionReceipt - Class in com.klaytn.caver.methods.response
A transaction receipt object, or null when no receipt was found
KlayTransactionReceipt() - Constructor for class com.klaytn.caver.methods.response.KlayTransactionReceipt
 
KlayTransactionReceipt.KlayTransactionReceiptDeserializer - Class in com.klaytn.caver.methods.response
 
KlayTransactionReceipt.TransactionReceipt - Class in com.klaytn.caver.methods.response
 
KlayTransactionReceiptDeserializer() - Constructor for class com.klaytn.caver.methods.response.KlayTransactionReceipt.KlayTransactionReceiptDeserializer
 
KlayTransactionUtils - Class in com.klaytn.caver.utils
 
KlayTransactionUtils() - Constructor for class com.klaytn.caver.utils.KlayTransactionUtils
 
KlayWalletUtils - Class in com.klaytn.caver.wallet
 
KlayWalletUtils() - Constructor for class com.klaytn.caver.wallet.KlayWalletUtils
 

L

ListTopic(String...) - Constructor for class com.klaytn.caver.methods.request.Filter.ListTopic
 
loadBip39Credentials(String, String) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
loadCredentials(String, String) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
loadCredentials(String, File) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
loadCredentials(String) - Static method in class com.klaytn.caver.wallet.KlayWalletUtils
 
lockAccount(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
lockAccount(String) - Method in interface com.klaytn.caver.Klay
 
Log() - Constructor for class com.klaytn.caver.methods.response.KlayLogs.Log
 
Log(String, String, String, String, String, String, String, List<String>) - Constructor for class com.klaytn.caver.methods.response.KlayLogs.Log
 
LogObject() - Constructor for class com.klaytn.caver.methods.response.KlayLogs.LogObject
 
LogObject(String, String, String, String, String, String, String, List<String>) - Constructor for class com.klaytn.caver.methods.response.KlayLogs.LogObject
 
LogResultDeserialiser() - Constructor for class com.klaytn.caver.methods.response.KlayLogs.LogResultDeserialiser
 

M

MAINNET - Static variable in class com.klaytn.caver.utils.ChainId
 
MAINNET_URL - Static variable in interface com.klaytn.caver.Caver
 
ManagedTransaction - Class in com.klaytn.caver.tx
Generic transaction manager.
ManagedTransaction(Caver, TransactionManager) - Constructor for class com.klaytn.caver.tx.ManagedTransaction
 
memo(String) - Method in class com.klaytn.caver.tx.model.ValueTransferTransaction
 

N

net() - Method in interface com.klaytn.caver.Caver
 
net() - Method in class com.klaytn.caver.CaverImpl
 
Net - Interface in com.klaytn.caver
 
newAccount(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
newAccount(String) - Method in interface com.klaytn.caver.Klay
 
newBlockFilter() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
newBlockFilter() - Method in interface com.klaytn.caver.Klay
Creates a filter in the node, to notify when a new block arrives.
newFilter(KlayFilter) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
newFilter(KlayFilter) - Method in interface com.klaytn.caver.Klay
Creates a filter object, based on filter options, to notify when the state changes (logs).
newPendingTransactionFilter() - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
newPendingTransactionFilter() - Method in interface com.klaytn.caver.Klay
Creates a filter in the node, to notify when new pending transactions arrive.
nonce(BigInteger) - Method in class com.klaytn.caver.tx.model.TransactionTransformer
 
NoOpTransactionReceiptProcessor - Class in com.klaytn.caver.tx.manager
 
NoOpTransactionReceiptProcessor(Caver) - Constructor for class com.klaytn.caver.tx.manager.NoOpTransactionReceiptProcessor
 
Number - Class in com.klaytn.caver.methods.response
 
Number() - Constructor for class com.klaytn.caver.methods.response.Number
 

P

PeerCount() - Constructor for class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
PeerCount(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.klaytn.caver.methods.response.KlayPeerCount.PeerCount
 
PlatformErrorException - Exception in com.klaytn.caver.tx.exception
 
PlatformErrorException(Response.Error) - Constructor for exception com.klaytn.caver.tx.exception.PlatformErrorException
 
PollingTransactionReceiptProcessor - Class in com.klaytn.caver.tx.manager
 
PollingTransactionReceiptProcessor(Caver, long, int) - Constructor for class com.klaytn.caver.tx.manager.PollingTransactionReceiptProcessor
 

Q

Quantity - Class in com.klaytn.caver.methods.response
Integer value
Quantity() - Constructor for class com.klaytn.caver.methods.response.Quantity
 
QueuingTransactionReceiptProcessor - Class in com.klaytn.caver.tx.manager
 
QueuingTransactionReceiptProcessor(Caver, Callback, int, long) - Constructor for class com.klaytn.caver.tx.manager.QueuingTransactionReceiptProcessor
 
QueuingTransactionReceiptProcessor(Caver, Callback) - Constructor for class com.klaytn.caver.tx.manager.QueuingTransactionReceiptProcessor
 

R

remove(String) - Method in class com.klaytn.caver.wallet.WalletManager
 
ResponseDeserialiser() - Constructor for class com.klaytn.caver.methods.response.KlayBlock.ResponseDeserialiser
 
ResponseDeserialiser() - Constructor for class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo.ResponseDeserialiser
 
RLP - Static variable in class com.klaytn.caver.tx.account.AccountKeyNil
 
rlpValues() - Method in class com.klaytn.caver.tx.type.AbstractTxType
create RlpType List which contains nonce, gas price and gas limit.
rlpValues() - Method in interface com.klaytn.caver.tx.type.TxType
create RlpType List.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeAccountUpdate
create RlpTyp List which contains nonce, gas price, gas limit, from and accountKey List elements can be different depending on transaction type.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeCancel
create RlpType List which contains nonce, gas price, gas limit and from.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeChainDataAnchoringTransaction
create RlpType List which contains nonce, gas price, gas limit, to, value, from and anchoredData.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdate
create RlpType List which contains nonce, gas price, gas limit, from and accountKey.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
create RlpType List which contains nonce, gas price, gas limit, from, accountKey and feeRatio.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancel
create RlpType List which contains nonce, gas price, gas limit and from.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancelWithRatio
create RlpType List which contains nonce, gas price, gas limit, from and feeRatio.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
create RlpType List which contains nonce, gas price, gas limit, to, value, from, payload and isHumanReadable.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
create RlpType List which contains nonce, gas price, gas limit, to, value, from, payload, isHumanReadable and feeRatio.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecution
create RlpType List which contains nonce, gas price, gas limit, to, value, from and payload.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
create RlpType List which contains nonce, gas price, gas limit, to, value, from, payload and feeRatio.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransfer
create RlpType List which contains nonce, gas price, gas limit, to, value, and from.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemo
create RlpType List which contains nonce, gas price, gas limit, to, value, from and payload.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
create RlpType List which contains nonce, gas price, gas limit, to, value, from, payload and feeRatio.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferWithRatio
create RlpType List which contains nonce, gas price, gas limit, to, value, from and feeRatio.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeSmartContractDeploy
create RlpType List which contains nonce, gas price, gas limit, to, value, from, payload and isHumanReadable.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeSmartContractExecution
create RlpType List which contains nonce, gas price, gas limit, to, value, from and payload.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeValueTransfer
create RlpType List which contains nonce, gas price, gas limit, to, value and from.
rlpValues() - Method in class com.klaytn.caver.tx.type.TxTypeValueTransferMemo
create RlpType List which contains nonce, gas price, gas limit, to, value, from and payload.

S

ScryptKdfParams() - Constructor for class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
send(KlayRawTransaction) - Method in class com.klaytn.caver.fee.FeePayerManager
 
send(TransactionTransformer) - Method in class com.klaytn.caver.tx.ManagedTransaction
 
send(KlayRawTransaction) - Method in class com.klaytn.caver.tx.manager.TransactionManager
 
sendAsync(KlayRawTransaction, Callback<String>) - Method in class com.klaytn.caver.fee.FeePayerManager
 
sendCancelTransaction(CancelTransaction) - Method in class com.klaytn.caver.tx.Cancel
 
sendCancelTransaction(Caver, KlayCredentials, CancelTransaction) - Static method in class com.klaytn.caver.tx.Cancel
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use Cancel.sendCancelTransaction(CancelTransaction) instead.
sendCancelTransaction(Caver, KlayCredentials, CancelTransaction, ErrorHandler) - Static method in class com.klaytn.caver.tx.Cancel
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use Cancel.sendCancelTransaction(CancelTransaction) instead.
sendDeployTransaction(SmartContractDeployTransaction) - Method in class com.klaytn.caver.tx.SmartContract
 
sendDeployTransaction(Caver, KlayCredentials, SmartContractDeployTransaction) - Static method in class com.klaytn.caver.tx.SmartContract
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use SmartContract.sendDeployTransaction(SmartContractDeployTransaction) instead.
sendDeployTransaction(Caver, KlayCredentials, SmartContractDeployTransaction, ErrorHandler) - Static method in class com.klaytn.caver.tx.SmartContract
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use SmartContract.sendDeployTransaction(SmartContractDeployTransaction) instead.
sendExecutionTransaction(SmartContractExecutionTransaction) - Method in class com.klaytn.caver.tx.SmartContract
 
sendExecutionTransaction(Caver, KlayCredentials, SmartContractExecutionTransaction) - Static method in class com.klaytn.caver.tx.SmartContract
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use SmartContract.sendExecutionTransaction(SmartContractExecutionTransaction) instead.
sendExecutionTransaction(Caver, KlayCredentials, SmartContractExecutionTransaction, ErrorHandler) - Static method in class com.klaytn.caver.tx.SmartContract
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use SmartContract.sendExecutionTransaction(SmartContractExecutionTransaction) instead.
sendFunds(String, String, BigDecimal, Convert.Unit, BigInteger) - Method in class com.klaytn.caver.tx.ValueTransfer
 
sendFunds(ValueTransferTransaction) - Method in class com.klaytn.caver.tx.ValueTransfer
 
sendFunds(Caver, KlayCredentials, String, BigDecimal, Convert.Unit, BigInteger) - Static method in class com.klaytn.caver.tx.ValueTransfer
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use ValueTransfer.sendFunds(String, String, BigDecimal, Convert.Unit, BigInteger) instead.
sendFunds(Caver, KlayCredentials, String, BigDecimal, Convert.Unit, BigInteger, ErrorHandler) - Static method in class com.klaytn.caver.tx.ValueTransfer
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use ValueTransfer.sendFunds(String, String, BigDecimal, Convert.Unit, BigInteger) instead.
sendFunds(Caver, KlayCredentials, ValueTransferTransaction) - Static method in class com.klaytn.caver.tx.ValueTransfer
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use ValueTransfer.sendFunds(ValueTransferTransaction) instead.
sendFunds(Caver, KlayCredentials, ValueTransferTransaction, ErrorHandler) - Static method in class com.klaytn.caver.tx.ValueTransfer
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use ValueTransfer.sendFunds(ValueTransferTransaction) instead.
sendSignedTransaction(String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
sendSignedTransaction(String) - Method in interface com.klaytn.caver.Klay
Creates a new message call transaction or a contract creation for signed transactions.
sendTransaction(KlayTransaction) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
sendTransaction(KlayTransaction) - Method in interface com.klaytn.caver.Klay
Creates a new message call transaction or a contract creation if the data field contains code.
sendUpdateTransaction(AccountUpdateTransaction) - Method in class com.klaytn.caver.tx.Account
 
sendUpdateTransaction(Caver, KlayCredentials, AccountUpdateTransaction) - Static method in class com.klaytn.caver.tx.Account
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use Account.sendUpdateTransaction(AccountUpdateTransaction) instead.
sendUpdateTransaction(Caver, KlayCredentials, AccountUpdateTransaction, ErrorHandler) - Static method in class com.klaytn.caver.tx.Account
Deprecated.

In caver-java 1.0.0, we provided static methods to send transactions for `ValueTransfer`, `Account`, `Cancel`, and `SmartContract` classes. The static methods will be removed.

This deprecated method can be used only for Baobab Testnet.

Use Account.sendUpdateTransaction(AccountUpdateTransaction) instead.
setAddress(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setAddress(String) - Method in class com.klaytn.caver.wallet.WalletFile
 
setBlockHash(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setBlockNumber(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setC(int) - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
setChaindId(int) - Method in class com.klaytn.caver.tx.manager.TransactionManager.Builder
 
setChainId(int) - Method in class com.klaytn.caver.fee.FeePayerManager.Builder
 
setCipher(String) - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
setCipherparams(WalletFile.CipherParams) - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
setCiphertext(String) - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
setContractAddress(String) - Method in class com.klaytn.caver.tx.SmartContract
 
setCrypto(WalletFile.Crypto) - Method in class com.klaytn.caver.wallet.WalletFile
 
setCryptoV1(WalletFile.Crypto) - Method in class com.klaytn.caver.wallet.WalletFile
 
setData(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setDefaultBlockParameter(DefaultBlockParameter) - Method in class com.klaytn.caver.tx.SmartContract
Sets the default block parameter.
setDeployedAddress(String, String) - Method in class com.klaytn.caver.tx.SmartContract
 
setDklen(int) - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
setDklen(int) - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
setErrorHandler(ErrorHandler) - Method in class com.klaytn.caver.fee.FeePayerManager.Builder
 
setErrorHandler(ErrorHandler) - Method in class com.klaytn.caver.tx.manager.TransactionManager.Builder
 
setFeePayerSignatures(List<KlaySignatureData>) - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
setGasPrice(BigInteger) - Method in class com.klaytn.caver.tx.SmartContract
Deprecated.
use ContractGasProvider
setGasProvider(ContractGasProvider) - Method in class com.klaytn.caver.tx.SmartContract
 
setGetNonceProcessor(GetNonceProcessor) - Method in class com.klaytn.caver.tx.manager.TransactionManager.Builder
 
setId(String) - Method in class com.klaytn.caver.wallet.WalletFile
 
setIv(String) - Method in class com.klaytn.caver.wallet.WalletFile.CipherParams
 
setKdf(String) - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
setKdfparams(WalletFile.KdfParams) - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
setLogIndex(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setMac(String) - Method in class com.klaytn.caver.wallet.WalletFile.Crypto
 
setN(int) - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
setP(int) - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
setPrf(String) - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
setR(int) - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
setResult(KlayBlock.Block) - Method in class com.klaytn.caver.methods.response.KlayBlock
 
setResult(KlayBlockWithConsensusInfo.Block) - Method in class com.klaytn.caver.methods.response.KlayBlockWithConsensusInfo
 
setResult(List<KlayLogs.LogResult>) - Method in class com.klaytn.caver.methods.response.KlayLogs
 
setSalt(String) - Method in class com.klaytn.caver.wallet.WalletFile.Aes128CtrKdfParams
 
setSalt(String) - Method in class com.klaytn.caver.wallet.WalletFile.ScryptKdfParams
 
setSenderSignatureData(KlaySignatureData) - Method in class com.klaytn.caver.tx.type.AbstractTxType
 
setSignatures(List<KlaySignatureData>) - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
setSignatures(List<KlaySignatureData>) - Method in class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
setSignatures(List<KlaySignatureData>) - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
setTopics(List<String>) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setTransactionHash(String) - Method in class com.klaytn.caver.methods.response.EmptyTransactionReceipt
 
setTransactionHash(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setTransactionHash(String) - Method in class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
setTransactionIndex(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Log
 
setTransactionReceipt(KlayTransactionReceipt.TransactionReceipt) - Method in class com.klaytn.caver.tx.SmartContract
 
setTransactionReceiptProcessor(TransactionReceiptProcessor) - Method in class com.klaytn.caver.fee.FeePayerManager.Builder
 
setTransactionReceiptProcessor(TransactionReceiptProcessor) - Method in class com.klaytn.caver.tx.manager.TransactionManager.Builder
 
setValue(String) - Method in class com.klaytn.caver.methods.response.KlayLogs.Hash
 
setVersion(int) - Method in class com.klaytn.caver.wallet.WalletFile
 
sign(AbstractTxType) - Method in class com.klaytn.caver.fee.FeePayer
 
sign(String) - Method in class com.klaytn.caver.fee.FeePayerManager
 
sign(String, String) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
sign(String, String) - Method in interface com.klaytn.caver.Klay
The sign method calculates a Klaytn-specific signature.
sign(TransactionTransformer) - Method in class com.klaytn.caver.tx.manager.TransactionManager
 
sign(TransactionTransformer, boolean) - Method in class com.klaytn.caver.tx.manager.TransactionManager
 
sign(KlayCredentials, int) - Method in class com.klaytn.caver.tx.type.AbstractTxType
rlp encoding for transaction hash(TxHash)
sign(KlayCredentials, int) - Method in interface com.klaytn.caver.tx.type.TxType
rlp encoding for transaction hash(TxHash)
sign(KlayCredentials, int) - Method in class com.klaytn.caver.tx.type.TxTypeLegacyTransaction
rlp encoding for transaction hash(TxHash)
signTransaction(KlayTransaction) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
signTransaction(KlayTransaction) - Method in interface com.klaytn.caver.Klay
Creates a rawTransaction based on the give transaction information.
SignTransaction() - Constructor for class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction
 
SignTransaction(String, KlaySignTransaction.SignTransaction.SignTransactionResult) - Constructor for class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction
 
SignTransactionResult(String, String, String, String, String, String, String, String, String, String) - Constructor for class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
SignTransactionResult() - Constructor for class com.klaytn.caver.methods.response.KlaySignTransaction.SignTransaction.SignTransactionResult
 
SingleTopic() - Constructor for class com.klaytn.caver.methods.request.Filter.SingleTopic
 
SingleTopic(String) - Constructor for class com.klaytn.caver.methods.request.Filter.SingleTopic
 
SmartContract - Class in com.klaytn.caver.tx
Solidity contract type abstraction for interacting with smart contracts via native Java types.
SmartContract(String, String, Caver, TransactionManager, ContractGasProvider) - Constructor for class com.klaytn.caver.tx.SmartContract
 
SmartContract(String, String, Caver, KlayCredentials, int, ContractGasProvider) - Constructor for class com.klaytn.caver.tx.SmartContract
 
SmartContract(String, Caver, TransactionManager, ContractGasProvider) - Constructor for class com.klaytn.caver.tx.SmartContract
 
SmartContract(String, Caver, KlayCredentials, int, ContractGasProvider) - Constructor for class com.klaytn.caver.tx.SmartContract
 
SmartContract.EventValuesWithLog - Class in com.klaytn.caver.tx
Adds a log field to EventValues.
SmartContractDeployTransaction - Class in com.klaytn.caver.tx.model
 
SmartContractExecutionTransaction - Class in com.klaytn.caver.tx.model
 
staticExtractEventParameters(Event, KlayLogs.Log) - Static method in class com.klaytn.caver.tx.SmartContract
 

T

toCompressedPublicKey() - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
toCompressedPublicKey(BigInteger) - Static method in class com.klaytn.caver.utils.AccountKeyPublicUtils
 
toPeb(String, Convert.Unit) - Static method in class com.klaytn.caver.utils.Convert
 
toPeb(BigDecimal, Convert.Unit) - Static method in class com.klaytn.caver.utils.Convert
 
toRlp() - Method in interface com.klaytn.caver.tx.account.AccountKey
 
toRlp() - Method in class com.klaytn.caver.tx.account.AccountKeyFail
 
toRlp() - Method in class com.klaytn.caver.tx.account.AccountKeyLegacy
 
toRlp() - Method in class com.klaytn.caver.tx.account.AccountKeyNil
 
toRlp() - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
toRlp() - Method in class com.klaytn.caver.tx.account.AccountKeyRoleBased
 
toRlp() - Method in class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig
 
toRlpList() - Method in class com.klaytn.caver.crypto.KlaySignatureData
 
toString() - Method in class com.klaytn.caver.crypto.KlaySignatureData
 
toString() - Method in class com.klaytn.caver.tx.account.AccountKeyPublic
 
toString() - Method in enum com.klaytn.caver.utils.Convert.Unit
 
Transaction() - Constructor for class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
Transaction(String, String, String, String, String, String, String, String, String, List<KlaySignatureData>, String, String, String, String, String) - Constructor for class com.klaytn.caver.methods.response.KlayTransaction.Transaction
 
transactionManager - Variable in class com.klaytn.caver.tx.ManagedTransaction
 
TransactionManager - Class in com.klaytn.caver.tx.manager
 
TransactionManager.Builder - Class in com.klaytn.caver.tx.manager
 
TransactionReceipt() - Constructor for class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
TransactionReceipt(String, String, String, String, List<KlaySignatureData>, String, String, String, String, String, String, List<KlayLogs.Log>, String, String, String, List<KlaySignatureData>, String, String, String, String, String, String, String, String) - Constructor for class com.klaytn.caver.methods.response.KlayTransactionReceipt.TransactionReceipt
 
transactionReceipt - Variable in class com.klaytn.caver.tx.SmartContract
 
TransactionReceiptProcessor - Class in com.klaytn.caver.tx.manager
 
TransactionReceiptProcessor(Caver) - Constructor for class com.klaytn.caver.tx.manager.TransactionReceiptProcessor
 
TransactionTransformer<T extends TransactionTransformer> - Class in com.klaytn.caver.tx.model
 
TransactionTransformer(String, BigInteger) - Constructor for class com.klaytn.caver.tx.model.TransactionTransformer
 
TxType - Interface in com.klaytn.caver.tx.type
This interface
TxType.Type - Enum in com.klaytn.caver.tx.type
 
TxTypeAccountUpdate - Class in com.klaytn.caver.tx.type
TxTypeAccountUpdate updates the key of the account.
TxTypeAccountUpdate(BigInteger, BigInteger, BigInteger, String, AccountKey) - Constructor for class com.klaytn.caver.tx.type.TxTypeAccountUpdate
 
TxTypeCancel - Class in com.klaytn.caver.tx.type
TxTypeCancel cancels the transaction with the same nonce in the txpool.
TxTypeCancel(BigInteger, BigInteger, BigInteger, String) - Constructor for class com.klaytn.caver.tx.type.TxTypeCancel
 
TxTypeChainDataAnchoringTransaction - Class in com.klaytn.caver.tx.type
TxTypeChainDataAnchoringTransaction is a transaction for anchoring child chain data.
TxTypeChainDataAnchoringTransaction(BigInteger, BigInteger, BigInteger, String, byte[]) - Constructor for class com.klaytn.caver.tx.type.TxTypeChainDataAnchoringTransaction
 
TxTypeFeeDelegate - Interface in com.klaytn.caver.tx.type
This interface represents which is fee delegated transaction type
TxTypeFeeDelegatedAccountUpdate - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedAccountUpdate updates the key of the account.
TxTypeFeeDelegatedAccountUpdate(BigInteger, BigInteger, BigInteger, String, AccountKey) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdate
 
TxTypeFeeDelegatedAccountUpdateWithRatio - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedAccountUpdateWithRatio updates the key of the account.
TxTypeFeeDelegatedAccountUpdateWithRatio(BigInteger, BigInteger, BigInteger, String, AccountKey, BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedAccountUpdateWithRatio
 
TxTypeFeeDelegatedCancel - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedCancel cancels the transaction with the same nonce in the txpool.
TxTypeFeeDelegatedCancel(BigInteger, BigInteger, BigInteger, String) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancel
 
TxTypeFeeDelegatedCancelWithRatio - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedCancelWithRatio cancels the transaction with the same nonce in the txpool.
TxTypeFeeDelegatedCancelWithRatio(BigInteger, BigInteger, BigInteger, String, BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedCancelWithRatio
 
TxTypeFeeDelegatedSmartContractDeploy - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedSmartContractDeploy deploys a smart contract.
TxTypeFeeDelegatedSmartContractDeploy(BigInteger, BigInteger, BigInteger, BigInteger, String, byte[], BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeploy
 
TxTypeFeeDelegatedSmartContractDeployWithRatio - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedSmartContractDeployWithRatio deploys a smart contract.
TxTypeFeeDelegatedSmartContractDeployWithRatio(BigInteger, BigInteger, BigInteger, BigInteger, String, byte[], BigInteger, BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractDeployWithRatio
 
TxTypeFeeDelegatedSmartContractExecution - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedSmartContractExecution executes a smart contract with the given data.
TxTypeFeeDelegatedSmartContractExecution(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecution
 
TxTypeFeeDelegatedSmartContractExecutionWithRatio - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedSmartContractExecutionWithRatio executes a smart contract with the given data.
TxTypeFeeDelegatedSmartContractExecutionWithRatio(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[], BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedSmartContractExecutionWithRatio
 
TxTypeFeeDelegatedValueTransfer - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedValueTransfer is a value transfer transaction with a fee payer.
TxTypeFeeDelegatedValueTransfer(BigInteger, BigInteger, BigInteger, String, BigInteger, String) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransfer
 
TxTypeFeeDelegatedValueTransferMemo - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedValueTransferMemo transfers KLAY with a data.
TxTypeFeeDelegatedValueTransferMemo(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemo
 
TxTypeFeeDelegatedValueTransferMemoWithRatio - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedValueTransferMemoWithRatio transfers KLAY with a data.
TxTypeFeeDelegatedValueTransferMemoWithRatio(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[], BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferMemoWithRatio
 
TxTypeFeeDelegatedValueTransferWithRatio - Class in com.klaytn.caver.tx.type
TxTypeFeeDelegatedValueTransferWithRatio is a value transfer transaction with a fee payer and its ratio.
TxTypeFeeDelegatedValueTransferWithRatio(BigInteger, BigInteger, BigInteger, String, BigInteger, String, BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeFeeDelegatedValueTransferWithRatio
 
TxTypeLegacyTransaction - Class in com.klaytn.caver.tx.type
TxTypeLegacyTransaction represents a type of transactions existed previously in Klaytn.
TxTypeLegacyTransaction(BigInteger, BigInteger, BigInteger, String, BigInteger, String) - Constructor for class com.klaytn.caver.tx.type.TxTypeLegacyTransaction
 
TxTypeSmartContractDeploy - Class in com.klaytn.caver.tx.type
TxTypeSmartContractDeploy deploys a smart contract to the given address.
TxTypeSmartContractDeploy(BigInteger, BigInteger, BigInteger, BigInteger, String, byte[], BigInteger) - Constructor for class com.klaytn.caver.tx.type.TxTypeSmartContractDeploy
 
TxTypeSmartContractExecution - Class in com.klaytn.caver.tx.type
TxTypeSmartContractExecution executes a smart contract with the given data.
TxTypeSmartContractExecution(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Constructor for class com.klaytn.caver.tx.type.TxTypeSmartContractExecution
 
TxTypeValueTransfer - Class in com.klaytn.caver.tx.type
ValueTransferTransaction transfers KLAY only.
TxTypeValueTransfer(BigInteger, BigInteger, BigInteger, String, BigInteger, String) - Constructor for class com.klaytn.caver.tx.type.TxTypeValueTransfer
 
TxTypeValueTransferMemo - Class in com.klaytn.caver.tx.type
TxTypeValueTransferMemo transfers KLAY with a memo.
TxTypeValueTransferMemo(BigInteger, BigInteger, BigInteger, String, BigInteger, String, byte[]) - Constructor for class com.klaytn.caver.tx.type.TxTypeValueTransferMemo
 

U

UncheckedCaverException - Exception in com.klaytn.caver
 
UncheckedCaverException(ErrorType, int, String) - Constructor for exception com.klaytn.caver.UncheckedCaverException
 
uninstallFilter(BigInteger) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
uninstallFilter(BigInteger) - Method in interface com.klaytn.caver.Klay
Uninstalls a filter with given id.
unlockAccount(String, String, BigInteger) - Method in class com.klaytn.caver.JsonRpc2_0Klay
 
unlockAccount(String, String, BigInteger) - Method in interface com.klaytn.caver.Klay
 
UnsupportedTxTypeException - Exception in com.klaytn.caver.tx.exception
 
UnsupportedTxTypeException() - Constructor for exception com.klaytn.caver.tx.exception.UnsupportedTxTypeException
 

V

valueOf(String) - Static method in enum com.klaytn.caver.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.klaytn.caver.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.klaytn.caver.methods.response.AccountType.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.klaytn.caver.tx.account.AccountKey.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.klaytn.caver.tx.type.TxType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.klaytn.caver.utils.Convert.Unit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.klaytn.caver.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.klaytn.caver.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.klaytn.caver.methods.response.AccountType.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.klaytn.caver.tx.account.AccountKey.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.klaytn.caver.tx.type.TxType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.klaytn.caver.utils.Convert.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTransfer - Class in com.klaytn.caver.tx
 
ValueTransferTransaction - Class in com.klaytn.caver.tx.model
 

W

waitForTransactionReceipt(String) - Method in class com.klaytn.caver.tx.manager.NoOpTransactionReceiptProcessor
 
waitForTransactionReceipt(String) - Method in class com.klaytn.caver.tx.manager.PollingTransactionReceiptProcessor
 
waitForTransactionReceipt(String) - Method in class com.klaytn.caver.tx.manager.QueuingTransactionReceiptProcessor
 
waitForTransactionReceipt(String) - Method in class com.klaytn.caver.tx.manager.TransactionReceiptProcessor
 
Wallet - Class in com.klaytn.caver.wallet
 
Wallet() - Constructor for class com.klaytn.caver.wallet.Wallet
 
WalletFile - Class in com.klaytn.caver.wallet
 
WalletFile() - Constructor for class com.klaytn.caver.wallet.WalletFile
 
WalletFile.Aes128CtrKdfParams - Class in com.klaytn.caver.wallet
 
WalletFile.CipherParams - Class in com.klaytn.caver.wallet
 
WalletFile.Crypto - Class in com.klaytn.caver.wallet
 
WalletFile.ScryptKdfParams - Class in com.klaytn.caver.wallet
 
WalletManager - Class in com.klaytn.caver.wallet
 
WalletManager() - Constructor for class com.klaytn.caver.wallet.WalletManager
 
web3jService - Variable in class com.klaytn.caver.JsonRpc2_0Klay
 
web3jService - Variable in class com.klaytn.caver.JsonRpc2_0Net
 
WeightedPublicKey() - Constructor for class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig.WeightedPublicKey
 
WeightedPublicKey(BigInteger, AccountKeyPublic) - Constructor for class com.klaytn.caver.tx.account.AccountKeyWeightedMultiSig.WeightedPublicKey
 
Work - Class in com.klaytn.caver.methods.response
Array with the following properties: 32-byte DATA - current block header pow-hash 32-byte DATA - the seed hash used for the DAG 32-byte DATA - the boundary condition ("target"), 2^256 / difficulty
Work() - Constructor for class com.klaytn.caver.methods.response.Work
 
A B C D E F G H I J K L M N P Q R S T U V W 
Skip navigation links