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

A

ABI - Class in com.firestack.laksaj.contract
 
ABI() - Constructor for class com.firestack.laksaj.contract.ABI
 
Account - Class in com.firestack.laksaj.account
 
Account(ECKeyPair) - Constructor for class com.firestack.laksaj.account.Account
 
Account(String) - Constructor for class com.firestack.laksaj.account.Account
 
addByKeyStore(String, String) - Method in class com.firestack.laksaj.account.Wallet
 
addByPrivateKey(String) - Method in class com.firestack.laksaj.account.Wallet
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
address - Variable in class com.firestack.laksaj.blockchain.EventLogEntry
 
AddressFormatException - Exception in com.firestack.laksaj.utils
 
AddressFormatException() - Constructor for exception com.firestack.laksaj.utils.AddressFormatException
 
AddressFormatException(String) - Constructor for exception com.firestack.laksaj.utils.AddressFormatException
 
AddressFormatException.InvalidCharacter - Exception in com.firestack.laksaj.utils
 
AddressFormatException.InvalidChecksum - Exception in com.firestack.laksaj.utils
 
AddressFormatException.InvalidDataLength - Exception in com.firestack.laksaj.utils
 
AddressFormatException.InvalidPrefix - Exception in com.firestack.laksaj.utils
 
AddressFormatException.WrongNetwork - Exception in com.firestack.laksaj.utils
 
ALGO_IDENTIFIER - Static variable in class com.firestack.laksaj.utils.HashUtil
 
ALPHABET - Static variable in class com.firestack.laksaj.utils.Base58
 
AMOUNT_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
atContract(String, String, Value[], String) - Method in class com.firestack.laksaj.contract.ContractFactory
 

B

BalanceResult() - Constructor for class com.firestack.laksaj.jsonrpc.HttpProvider.BalanceResult
 
Base58 - Class in com.firestack.laksaj.utils
 
Base58() - Constructor for class com.firestack.laksaj.utils.Base58
 
batchConfirm(List<Transaction>, int, int) - Static method in class com.firestack.laksaj.transaction.TransactionFactory
 
batchSign(List<Transaction>) - Method in class com.firestack.laksaj.account.Wallet
 
Bech32 - Class in com.firestack.laksaj.utils
 
Bech32() - Constructor for class com.firestack.laksaj.utils.Bech32
 
Bech32.Bech32Data - Class in com.firestack.laksaj.utils
 
BlockchainInfo - Class in com.firestack.laksaj.blockchain
 
BlockchainInfo() - Constructor for class com.firestack.laksaj.blockchain.BlockchainInfo
 
BlockList - Class in com.firestack.laksaj.blockchain
 
BlockList() - Constructor for class com.firestack.laksaj.blockchain.BlockList
 
BlockShort - Class in com.firestack.laksaj.blockchain
 
BlockShort() - Constructor for class com.firestack.laksaj.blockchain.BlockShort
 
BlockType - Enum in com.firestack.laksaj.blockchain
 
Body() - Constructor for class com.firestack.laksaj.blockchain.TxBlock.Body
 
build() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
build() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
build() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
build() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
build() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
buildPartial() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
buildPartial() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
buildPartial() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
buildPartial() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
buildPartial() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
buildTransaction(TxParams, HttpProvider, TxStatus) - Static method in class com.firestack.laksaj.transaction.TransactionFactory
 
byteArrayToHexString(byte[]) - Static method in class com.firestack.laksaj.utils.ByteUtil
 
bytes() - Method in class com.firestack.laksaj.transaction.Transaction
 
ByteUtil - Class in com.firestack.laksaj.utils
 
ByteUtil() - Constructor for class com.firestack.laksaj.utils.ByteUtil
 

C

call(String, Value[], CallParams, int, int) - Method in class com.firestack.laksaj.contract.Contract
 
CallParams - Class in com.firestack.laksaj.contract
 
CallParams() - Constructor for class com.firestack.laksaj.contract.CallParams
 
character - Variable in exception com.firestack.laksaj.utils.AddressFormatException.InvalidCharacter
 
clear() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
clear() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
clear() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
clear() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
clear() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
clearAmount() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
clearCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes code = 8;
clearCumgas() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional uint64 cumgas = 2;
clearData() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
required bytes data = 1;
clearData() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes data = 9;
clearField(Descriptors.FieldDescriptor) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
clearGaslimit() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 gaslimit = 7;
clearGasprice() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
clearInfo() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
clearNonce() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 nonce = 2;
clearOneof(Descriptors.OneofDescriptor) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
clearReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional bytes receipt = 1;
clearReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
clearSenderpubkey() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
clearSignature() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
clearToaddr() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes toaddr = 3;
clearTranid() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional bytes tranid = 1;
clearTransaction() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
clearVersion() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint32 version = 1;
clone() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
clone() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
clone() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
clone() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
clone() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
CODE_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
com.firestack.laksaj.account - package com.firestack.laksaj.account
 
com.firestack.laksaj.blockchain - package com.firestack.laksaj.blockchain
 
com.firestack.laksaj.contract - package com.firestack.laksaj.contract
 
com.firestack.laksaj.crypto - package com.firestack.laksaj.crypto
 
com.firestack.laksaj.exception - package com.firestack.laksaj.exception
 
com.firestack.laksaj.jsonrpc - package com.firestack.laksaj.jsonrpc
 
com.firestack.laksaj.proto - package com.firestack.laksaj.proto
 
com.firestack.laksaj.transaction - package com.firestack.laksaj.transaction
 
com.firestack.laksaj.utils - package com.firestack.laksaj.utils
 
confirm(String, int, int) - Method in class com.firestack.laksaj.transaction.Transaction
 
Contract - Class in com.firestack.laksaj.blockchain
 
Contract() - Constructor for class com.firestack.laksaj.blockchain.Contract
 
Contract - Class in com.firestack.laksaj.contract
 
Contract(ContractFactory, String, String, String, Value[], List<Contract.State>) - Constructor for class com.firestack.laksaj.contract.Contract
 
Contract.State - Class in com.firestack.laksaj.blockchain
 
ContractFactory - Class in com.firestack.laksaj.contract
 
ContractFactory() - Constructor for class com.firestack.laksaj.contract.ContractFactory
 
ContractResult() - Constructor for class com.firestack.laksaj.jsonrpc.HttpProvider.ContractResult
 
ContractStatus - Enum in com.firestack.laksaj.contract
 
convertBits(byte[], int, int, boolean) - Static method in class com.firestack.laksaj.utils.Bech32
 
createAccount() - Method in class com.firestack.laksaj.account.Wallet
 
createTransaction(TransactionPayload) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
createTransaction(Transaction) - Static method in class com.firestack.laksaj.transaction.TransactionFactory
 
createTransactions(List<Transaction>) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
CreateTxError() - Constructor for class com.firestack.laksaj.jsonrpc.HttpProvider.CreateTxError
 
CreateTxResult() - Constructor for class com.firestack.laksaj.jsonrpc.HttpProvider.CreateTxResult
 
Crypto() - Constructor for class com.firestack.laksaj.crypto.KeyStore.Crypto
 
CUMGAS_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
CURVE - Static variable in class com.firestack.laksaj.crypto.KeyTools
The parameters of the secp256k1 curve that Bitcoin uses.
CustomSecureRandom - Class in com.firestack.laksaj.crypto
 
CustomSecureRandom() - Constructor for class com.firestack.laksaj.crypto.CustomSecureRandom
 

D

data - Variable in class com.firestack.laksaj.utils.Bech32.Bech32Data
 
DATA_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ByteArray
 
DATA_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
decode(String) - Static method in class com.firestack.laksaj.utils.Base58
 
decode(String) - Static method in class com.firestack.laksaj.utils.Bech32
Decode a Bech32 string.
decodeToBigInteger(String) - Static method in class com.firestack.laksaj.utils.Base58
 
decryptPrivateKey(String, String) - Method in class com.firestack.laksaj.crypto.KeyStore
 
decryptPrivateKey(String, String) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
defaultKeyStore() - Static method in class com.firestack.laksaj.crypto.KeyStore
 
deploy(DeployParams, int, int) - Method in class com.firestack.laksaj.contract.Contract
 
DeployParams - Class in com.firestack.laksaj.contract
 
DeployParams() - Constructor for class com.firestack.laksaj.contract.DeployParams
 
deployWithoutConfirm(DeployParams) - Method in class com.firestack.laksaj.contract.Contract
 
DsBlock - Class in com.firestack.laksaj.blockchain
 
DsBlock() - Constructor for class com.firestack.laksaj.blockchain.DsBlock
 
DsBlockHeader - Class in com.firestack.laksaj.blockchain
 
DsBlockHeader() - Constructor for class com.firestack.laksaj.blockchain.DsBlockHeader
 

E

encode(String) - Static method in class com.firestack.laksaj.utils.Base58
 
encode(byte[]) - Static method in class com.firestack.laksaj.utils.Base58
 
encode(Bech32.Bech32Data) - Static method in class com.firestack.laksaj.utils.Bech32
Encode a Bech32 string.
encode(String, byte[]) - Static method in class com.firestack.laksaj.utils.Bech32
Encode a Bech32 string.
encode(String, String) - Static method in class com.firestack.laksaj.utils.HashUtil
 
encodeTransactionProto(TxParams) - Method in class com.firestack.laksaj.utils.TransactionUtil
 
encryptPrivateKey(String, String, KDFType) - Method in class com.firestack.laksaj.crypto.KeyStore
 
encryptPrivateKey(String, String, KDFType) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
engineGenerateSeed(int) - Method in class com.firestack.laksaj.crypto.LinuxSecureRandom
 
engineNextBytes(byte[]) - Method in class com.firestack.laksaj.crypto.LinuxSecureRandom
 
engineSetSeed(byte[]) - Method in class com.firestack.laksaj.crypto.LinuxSecureRandom
 
equals(Object) - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
equals(Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
equals(Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
equals(Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
equals(Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
EventLogEntry - Class in com.firestack.laksaj.blockchain
 
EventLogEntry() - Constructor for class com.firestack.laksaj.blockchain.EventLogEntry
 
eventName - Variable in class com.firestack.laksaj.blockchain.EventLogEntry
 
EventParam - Class in com.firestack.laksaj.blockchain
 
EventParam() - Constructor for class com.firestack.laksaj.blockchain.EventParam
 

F

Field - Class in com.firestack.laksaj.contract
 
Field() - Constructor for class com.firestack.laksaj.contract.Field
 
fromBech32Address(String) - Static method in class com.firestack.laksaj.utils.Bech32
 
fromFile(String, String) - Static method in class com.firestack.laksaj.account.Account
 

G

GASLIMIT_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
GASPRICE_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
generateKeyPair() - Static method in class com.firestack.laksaj.crypto.KeyTools
Deprecated.
generateMac(byte[], byte[], byte[]) - Static method in class com.firestack.laksaj.utils.HashUtil
 
generatePrivateKey() - Static method in class com.firestack.laksaj.crypto.KeyTools
 
generateRandomBytes(int) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
getAddressForContract(Transaction) - Static method in class com.firestack.laksaj.contract.ContractFactory
 
getAddressFromPrivateKey(String) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
getAddressFromPublicKey(String) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
getAddressFromPublicKey(byte[]) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
getAmount() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
getAmount() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
getAmount() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
getAmountBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
getAmountOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
getAmountOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
getAmountOrBuilder() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
getBalance(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getBalance32(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getBlockchainInfo() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes code = 8;
getCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional bytes code = 8;
getCode() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional bytes code = 8;
getContractAddressFromTransactionID(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getCumgas() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional uint64 cumgas = 2;
getCumgas() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
optional uint64 cumgas = 2;
getCumgas() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionReceiptOrBuilder
optional uint64 cumgas = 2;
getCurrentDSEpoch() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getCurrentMiniEpoch() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getData() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
required bytes data = 1;
getData() - Method in class com.firestack.laksaj.proto.Message.ByteArray
required bytes data = 1;
getData() - Method in interface com.firestack.laksaj.proto.Message.ByteArrayOrBuilder
required bytes data = 1;
getData() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes data = 9;
getData() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional bytes data = 9;
getData() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional bytes data = 9;
getDefaultInstance() - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
getDefaultInstance() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
getDefaultInstance() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
getDefaultInstance() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
getDefaultInstance() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
getDefaultInstanceForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
getDerivedKey(byte[], KDFParams) - Method in class com.firestack.laksaj.crypto.KeyStore
 
getDerivedKey(byte[], byte[], int, int) - Method in class com.firestack.laksaj.crypto.PBKDF2Wrapper
 
getDerivedKey(byte[], byte[], int, int, int, int) - Method in class com.firestack.laksaj.crypto.ScryptWrapper
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
getDescriptor() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
getDescriptorForType() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
getDescriptorForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
getDescriptorForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
getDescriptorForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
getDescriptorForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
getDsBlock(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getDSBlockListing(int) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getDSBlockListing() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getDSBlockRate() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getGaslimit() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 gaslimit = 7;
getGaslimit() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional uint64 gaslimit = 7;
getGaslimit() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional uint64 gaslimit = 7;
getGasprice() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
getGasprice() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
getGasprice() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
getGaspriceBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
getGaspriceOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
getGaspriceOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
getGaspriceOrBuilder() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
getInfo() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
getInfo() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
getInfo() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
getInfoBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
getInfoOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
getInfoOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
getInfoOrBuilder() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
getLatestDsBlock() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getLatestTxBlock() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getMinimumGasPrice() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getNetworkId() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getNonce() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 nonce = 2;
getNonce() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional uint64 nonce = 2;
getNonce() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional uint64 nonce = 2;
getNumDSBlocks() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getNumTransactions() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getNumTxBlocks() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getNumTxnsDSEpoch() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getNumTxnsTxEpoch() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getParserForType() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
getParserForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
getParserForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
getParserForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
getParserForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
getPrevDifficulty() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getPrevDSDifficulty() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getPrivateKey() - Method in class com.firestack.laksaj.account.Account
 
getPublicKey() - Method in class com.firestack.laksaj.account.Account
 
getPublicKeyFromPrivateKey(String, boolean) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
getReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional bytes receipt = 1;
getReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
optional bytes receipt = 1;
getReceipt() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionReceiptOrBuilder
optional bytes receipt = 1;
getReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
getReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
getReceipt() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionWithReceiptOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
getReceiptBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
getReceiptOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
getReceiptOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
getReceiptOrBuilder() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionWithReceiptOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
getRecentTransactions() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getSenderpubkey() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
getSenderpubkey() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
getSenderpubkey() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
getSenderpubkeyBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
getSenderpubkeyOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
getSenderpubkeyOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
getSenderpubkeyOrBuilder() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
getSerializedSize() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
getSerializedSize() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
getSerializedSize() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
getSerializedSize() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
getSerializedSize() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
getShardingStructure() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getSignature() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
getSignature() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
getSignature() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
getSignatureBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
getSignatureOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
getSignatureOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
getSignatureOrBuilder() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
getSmartContractCode(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getSmartContractInit(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getSmartContracts(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getSmartContractState(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getSmartContractSubState(List<Object>) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getToaddr() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes toaddr = 3;
getToaddr() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional bytes toaddr = 3;
getToaddr() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional bytes toaddr = 3;
getTranid() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional bytes tranid = 1;
getTranid() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional bytes tranid = 1;
getTranid() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional bytes tranid = 1;
getTransaction(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getTransaction() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
getTransaction() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
getTransaction() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionWithReceiptOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
getTransaction32(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getTransactionBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
getTransactionOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
getTransactionOrBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
getTransactionOrBuilder() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionWithReceiptOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
getTransactionRate() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getTransactionsForTxBlock(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getTransactionStatus(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getTxBlock(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getTxBlockListing(int) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getTxBlockRate() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
getUnknownFields() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
getUnknownFields() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
getUnknownFields() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
getUnknownFields() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
getUnknownFields() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
getVersion() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint32 version = 1;
getVersion() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional uint32 version = 1;
getVersion() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional uint32 version = 1;

H

hasAmount() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
hasAmount() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
hasAmount() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
hasCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes code = 8;
hasCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional bytes code = 8;
hasCode() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional bytes code = 8;
hasCumgas() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional uint64 cumgas = 2;
hasCumgas() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
optional uint64 cumgas = 2;
hasCumgas() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionReceiptOrBuilder
optional uint64 cumgas = 2;
hasData() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
required bytes data = 1;
hasData() - Method in class com.firestack.laksaj.proto.Message.ByteArray
required bytes data = 1;
hasData() - Method in interface com.firestack.laksaj.proto.Message.ByteArrayOrBuilder
required bytes data = 1;
hasData() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes data = 9;
hasData() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional bytes data = 9;
hasData() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional bytes data = 9;
hasGaslimit() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 gaslimit = 7;
hasGaslimit() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional uint64 gaslimit = 7;
hasGaslimit() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional uint64 gaslimit = 7;
hasGasprice() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
hasGasprice() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
hasGasprice() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
hashCode() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
hashCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
hashCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
hashCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
hashCode() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
HashUtil - Class in com.firestack.laksaj.utils
 
HashUtil() - Constructor for class com.firestack.laksaj.utils.HashUtil
 
hasInfo() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
hasInfo() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
hasInfo() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
hasNonce() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 nonce = 2;
hasNonce() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional uint64 nonce = 2;
hasNonce() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional uint64 nonce = 2;
hasReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional bytes receipt = 1;
hasReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
optional bytes receipt = 1;
hasReceipt() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionReceiptOrBuilder
optional bytes receipt = 1;
hasReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
hasReceipt() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
hasReceipt() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionWithReceiptOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
hasSenderpubkey() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
hasSenderpubkey() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
hasSenderpubkey() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
hasSignature() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
hasSignature() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
hasSignature() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
hasToaddr() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes toaddr = 3;
hasToaddr() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional bytes toaddr = 3;
hasToaddr() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional bytes toaddr = 3;
hasTranid() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional bytes tranid = 1;
hasTranid() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
optional bytes tranid = 1;
hasTranid() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionOrBuilder
optional bytes tranid = 1;
hasTransaction() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
hasTransaction() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
hasTransaction() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionWithReceiptOrBuilder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
hasVersion() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint32 version = 1;
hasVersion() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
optional uint32 version = 1;
hasVersion() - Method in interface com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfoOrBuilder
optional uint32 version = 1;
hexStringToByteArray(String) - Static method in class com.firestack.laksaj.utils.ByteUtil
 
hmacSha256(byte[], byte[]) - Static method in class com.firestack.laksaj.utils.HashUtil
 
hrp - Variable in class com.firestack.laksaj.utils.Bech32.Bech32Data
 
HRP - Static variable in class com.firestack.laksaj.utils.Bech32
 
HttpProvider - Class in com.firestack.laksaj.jsonrpc
 
HttpProvider(String) - Constructor for class com.firestack.laksaj.jsonrpc.HttpProvider
 
HttpProvider(String, OkHttpClient) - Constructor for class com.firestack.laksaj.jsonrpc.HttpProvider
 
HttpProvider.BalanceResult - Class in com.firestack.laksaj.jsonrpc
 
HttpProvider.ContractResult - Class in com.firestack.laksaj.jsonrpc
 
HttpProvider.CreateTxError - Class in com.firestack.laksaj.jsonrpc
 
HttpProvider.CreateTxResult - Class in com.firestack.laksaj.jsonrpc
 
HttpProvider.Pair - Class in com.firestack.laksaj.jsonrpc
 

I

INFO_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
internalGetFieldAccessorTable() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
InternalId() - Constructor for class com.firestack.laksaj.transaction.TransactionStatus.InternalId
 
intToHex(int, int) - Static method in class com.firestack.laksaj.utils.Validation
 
InvalidCharacter(char, int) - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.InvalidCharacter
 
InvalidChecksum() - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.InvalidChecksum
 
InvalidChecksum(String) - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.InvalidChecksum
 
InvalidDataLength() - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.InvalidDataLength
 
InvalidDataLength(String) - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.InvalidDataLength
 
InvalidPrefix() - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.InvalidPrefix
 
InvalidPrefix(String) - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.InvalidPrefix
 
isAddress(String) - Static method in class com.firestack.laksaj.utils.Validation
 
isBase58(String) - Static method in class com.firestack.laksaj.utils.Base58
 
isBech32(String) - Static method in class com.firestack.laksaj.utils.Validation
 
isByteString(String) - Static method in class com.firestack.laksaj.crypto.KeyTools
 
isByteString(String, int) - Static method in class com.firestack.laksaj.utils.Validation
 
isConfirmed() - Method in class com.firestack.laksaj.transaction.Transaction
 
isDeployed() - Method in class com.firestack.laksaj.contract.Contract
 
isInitialised() - Method in class com.firestack.laksaj.contract.Contract
 
isInitialised() - Method in class com.firestack.laksaj.transaction.Transaction
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
isInitialized() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
isNil() - Method in class com.firestack.laksaj.crypto.Signature
 
isPending() - Method in class com.firestack.laksaj.transaction.Transaction
 
isPrivateKey(String) - Static method in class com.firestack.laksaj.utils.Validation
 
isPublicKey(String) - Static method in class com.firestack.laksaj.utils.Validation
 
isRejected() - Method in class com.firestack.laksaj.contract.Contract
 
isRejected() - Method in class com.firestack.laksaj.transaction.Transaction
 
isSignature(String) - Static method in class com.firestack.laksaj.utils.Validation
 
isValidChecksumAddress(String) - Static method in class com.firestack.laksaj.utils.Validation
 

K

KDFParams - Interface in com.firestack.laksaj.crypto
 
KDFType - Enum in com.firestack.laksaj.crypto
 
KeyStore - Class in com.firestack.laksaj.crypto
 
KeyStore(PBKDF2Wrapper, ScryptWrapper) - Constructor for class com.firestack.laksaj.crypto.KeyStore
 
KeyStore.Crypto - Class in com.firestack.laksaj.crypto
 
KeyStore.KeystoreV3 - Class in com.firestack.laksaj.crypto
 
KeystoreV3() - Constructor for class com.firestack.laksaj.crypto.KeyStore.KeystoreV3
 
KeyTools - Class in com.firestack.laksaj.crypto
 
KeyTools() - Constructor for class com.firestack.laksaj.crypto.KeyTools
 

L

LinuxSecureRandom - Class in com.firestack.laksaj.crypto
 
LinuxSecureRandom() - Constructor for class com.firestack.laksaj.crypto.LinuxSecureRandom
 
LinuxSecureRandomProvider - Class in com.firestack.laksaj.crypto
 
LinuxSecureRandomProvider() - Constructor for class com.firestack.laksaj.crypto.LinuxSecureRandomProvider
 

M

marshalToAddress() - Method in class com.firestack.laksaj.transaction.Transaction
 
mergeAmount(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
mergeFrom(Message) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
mergeFrom(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
mergeFrom(Message) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
mergeFrom(Message.ProtoTransaction) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
mergeFrom(Message) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
mergeFrom(Message.ProtoTransactionCoreInfo) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
mergeFrom(Message) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
mergeFrom(Message.ProtoTransactionReceipt) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
mergeFrom(Message) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
mergeFrom(Message.ProtoTransactionWithReceipt) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
mergeGasprice(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
mergeInfo(Message.ProtoTransactionCoreInfo) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
mergeReceipt(Message.ProtoTransactionReceipt) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
mergeSenderpubkey(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
mergeSignature(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
mergeTransaction(Message.ProtoTransaction) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
mergeUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
Message - Class in com.firestack.laksaj.proto
 
Message.ByteArray - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ByteArray
Message.ByteArray.Builder - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ByteArray
Message.ByteArrayOrBuilder - Interface in com.firestack.laksaj.proto
 
Message.ProtoTransaction - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransaction
Message.ProtoTransaction.Builder - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransaction
Message.ProtoTransactionCoreInfo - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransactionCoreInfo
Message.ProtoTransactionCoreInfo.Builder - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransactionCoreInfo
Message.ProtoTransactionCoreInfoOrBuilder - Interface in com.firestack.laksaj.proto
 
Message.ProtoTransactionOrBuilder - Interface in com.firestack.laksaj.proto
 
Message.ProtoTransactionReceipt - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransactionReceipt
Message.ProtoTransactionReceipt.Builder - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransactionReceipt
Message.ProtoTransactionReceiptOrBuilder - Interface in com.firestack.laksaj.proto
 
Message.ProtoTransactionWithReceipt - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransactionWithReceipt
Message.ProtoTransactionWithReceipt.Builder - Class in com.firestack.laksaj.proto
Protobuf type com.firestack.laksaj.proto.ProtoTransactionWithReceipt
Message.ProtoTransactionWithReceiptOrBuilder - Interface in com.firestack.laksaj.proto
 
MicroBlockInfo() - Constructor for class com.firestack.laksaj.blockchain.TxBlock.MicroBlockInfo
 

N

newBuilder() - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
newBuilder(Message.ByteArray) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
newBuilder() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
newBuilder(Message.ProtoTransaction) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
newBuilder() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
newBuilder(Message.ProtoTransactionCoreInfo) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
newBuilder() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
newBuilder(Message.ProtoTransactionReceipt) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
newBuilder() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
newBuilder(Message.ProtoTransactionWithReceipt) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
newBuilderForType() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
newBuilderForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
newBuilderForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
newBuilderForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
newBuilderForType() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
newContract(String, Value[], String) - Method in class com.firestack.laksaj.contract.ContractFactory
 
NIL_ADDRESS - Static variable in class com.firestack.laksaj.contract.Contract
 
NONCE_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
normaliseAddress(String) - Static method in class com.firestack.laksaj.account.Account
 

P

pack(int, int) - Static method in class com.firestack.laksaj.account.Wallet
 
Pair() - Constructor for class com.firestack.laksaj.jsonrpc.HttpProvider.Pair
 
params - Variable in class com.firestack.laksaj.blockchain.EventLogEntry
 
parseDelimitedFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseDelimitedFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseDelimitedFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseDelimitedFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseError(String) - Method in class com.firestack.laksaj.jsonrpc.HttpProvider
 
parseFrom(ByteBuffer) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(ByteString) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(byte[]) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(CodedInputStream) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
parseFrom(ByteBuffer) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(ByteString) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(byte[]) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(CodedInputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
parseFrom(ByteBuffer) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(ByteString) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(byte[]) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(CodedInputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
parseFrom(ByteBuffer) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(ByteString) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(byte[]) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(CodedInputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
parseFrom(ByteBuffer) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(ByteString) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(byte[]) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(InputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(CodedInputStream) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
PARSER - Static variable in class com.firestack.laksaj.proto.Message.ByteArray
Deprecated.
parser() - Static method in class com.firestack.laksaj.proto.Message.ByteArray
 
PARSER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransaction
Deprecated.
parser() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
PARSER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
Deprecated.
parser() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
PARSER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
Deprecated.
parser() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
PARSER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
Deprecated.
parser() - Static method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
PBKDF2Params - Class in com.firestack.laksaj.crypto
 
PBKDF2Params() - Constructor for class com.firestack.laksaj.crypto.PBKDF2Params
 
PBKDF2Wrapper - Class in com.firestack.laksaj.crypto
 
PBKDF2Wrapper() - Constructor for class com.firestack.laksaj.crypto.PBKDF2Wrapper
 
position - Variable in exception com.firestack.laksaj.utils.AddressFormatException.InvalidCharacter
 
prepareTx(Transaction) - Method in class com.firestack.laksaj.contract.Contract
 
prepareTx(Transaction, int, int) - Method in class com.firestack.laksaj.contract.Contract
 

R

RECEIPT_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
RECEIPT_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.firestack.laksaj.proto.Message
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.firestack.laksaj.proto.Message
 
remove(String) - Method in class com.firestack.laksaj.account.Wallet
 
Rep<R> - Class in com.firestack.laksaj.jsonrpc
 
Rep() - Constructor for class com.firestack.laksaj.jsonrpc.Rep
 
Req - Class in com.firestack.laksaj.jsonrpc
 
Req() - Constructor for class com.firestack.laksaj.jsonrpc.Req
 

S

Schnorr - Class in com.firestack.laksaj.crypto
 
Schnorr() - Constructor for class com.firestack.laksaj.crypto.Schnorr
 
ScryptParams - Class in com.firestack.laksaj.crypto
 
ScryptParams() - Constructor for class com.firestack.laksaj.crypto.ScryptParams
 
ScryptWrapper - Class in com.firestack.laksaj.crypto
 
ScryptWrapper() - Constructor for class com.firestack.laksaj.crypto.ScryptWrapper
 
SENDERPUBKEY_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
setAmount(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
setAmount(Message.ByteArray.Builder) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray amount = 5;
setCode(ByteString) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes code = 8;
setCumgas(long) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional uint64 cumgas = 2;
setData(ByteString) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
required bytes data = 1;
setData(ByteString) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes data = 9;
setDefault(String) - Method in class com.firestack.laksaj.account.Wallet
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
setGaslimit(long) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 gaslimit = 7;
setGasprice(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
setGasprice(Message.ByteArray.Builder) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray gasprice = 6;
setInfo(Message.ProtoTransactionCoreInfo) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
setInfo(Message.ProtoTransactionCoreInfo.Builder) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionCoreInfo info = 2;
setNonce(long) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint64 nonce = 2;
setProvider(HttpProvider) - Method in class com.firestack.laksaj.account.Wallet
 
setReceipt(ByteString) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
optional bytes receipt = 1;
setReceipt(Message.ProtoTransactionReceipt) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
setReceipt(Message.ProtoTransactionReceipt.Builder) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransactionReceipt receipt = 2;
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
setSenderpubkey(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
setSenderpubkey(Message.ByteArray.Builder) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional .com.firestack.laksaj.proto.ByteArray senderpubkey = 4;
setSignature(Message.ByteArray) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
setSignature(Message.ByteArray.Builder) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional .com.firestack.laksaj.proto.ByteArray signature = 3;
setToaddr(ByteString) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional bytes toaddr = 3;
setTranid(ByteString) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
optional bytes tranid = 1;
setTransaction(Message.ProtoTransaction) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
setTransaction(Message.ProtoTransaction.Builder) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
optional .com.firestack.laksaj.proto.ProtoTransaction transaction = 1;
setUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ByteArray.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt.Builder
 
setVersion(int) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo.Builder
optional uint32 version = 1;
sha256(byte[]) - Static method in class com.firestack.laksaj.utils.HashUtil
 
ShardingStructure - Class in com.firestack.laksaj.blockchain
 
ShardingStructure() - Constructor for class com.firestack.laksaj.blockchain.ShardingStructure
 
sign(Transaction) - Method in class com.firestack.laksaj.account.Wallet
 
sign(ECKeyPair, byte[]) - Static method in class com.firestack.laksaj.crypto.Schnorr
 
Signature - Class in com.firestack.laksaj.crypto
 
Signature() - Constructor for class com.firestack.laksaj.crypto.Signature
 
SIGNATURE_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
signWith(Transaction, Account) - Method in class com.firestack.laksaj.account.Wallet
 
State() - Constructor for class com.firestack.laksaj.blockchain.Contract.State
 

T

TOADDR_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
toBech32Address(String) - Static method in class com.firestack.laksaj.utils.Bech32
 
toBuilder() - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
toBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
toBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
toBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
toBuilder() - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
toCheckSumAddress(String) - Static method in class com.firestack.laksaj.account.Account
 
toFile(String, String, KDFType) - Method in class com.firestack.laksaj.account.Account
 
toPayloads(List<Transaction>) - Static method in class com.firestack.laksaj.transaction.TransactionFactory
 
toString() - Method in class com.firestack.laksaj.crypto.Signature
 
toString() - Method in class com.firestack.laksaj.jsonrpc.HttpProvider.CreateTxResult
 
toTransactionParam() - Method in class com.firestack.laksaj.transaction.Transaction
 
toTransactionPayload() - Method in class com.firestack.laksaj.transaction.Transaction
 
trackTx(String) - Method in class com.firestack.laksaj.transaction.Transaction
 
TRANID_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
Transaction - Class in com.firestack.laksaj.transaction
 
Transaction() - Constructor for class com.firestack.laksaj.transaction.Transaction
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
TransactionFactory - Class in com.firestack.laksaj.transaction
 
TransactionFactory() - Constructor for class com.firestack.laksaj.transaction.TransactionFactory
 
TransactionList - Class in com.firestack.laksaj.blockchain
 
TransactionList() - Constructor for class com.firestack.laksaj.blockchain.TransactionList
 
TransactionPayload - Class in com.firestack.laksaj.transaction
 
TransactionPayload() - Constructor for class com.firestack.laksaj.transaction.TransactionPayload
 
TransactionReceipt - Class in com.firestack.laksaj.blockchain
 
TransactionReceipt() - Constructor for class com.firestack.laksaj.blockchain.TransactionReceipt
 
TransactionStatus - Class in com.firestack.laksaj.transaction
 
TransactionStatus() - Constructor for class com.firestack.laksaj.transaction.TransactionStatus
 
TransactionStatus.InternalId - Class in com.firestack.laksaj.transaction
 
TransactionUtil - Class in com.firestack.laksaj.utils
 
TransactionUtil() - Constructor for class com.firestack.laksaj.utils.TransactionUtil
 
Transition - Class in com.firestack.laksaj.contract
 
Transition() - Constructor for class com.firestack.laksaj.contract.Transition
 
trySign(ECKeyPair, byte[], BigInteger) - Static method in class com.firestack.laksaj.crypto.Schnorr
 
TxBlock - Class in com.firestack.laksaj.blockchain
 
TxBlock() - Constructor for class com.firestack.laksaj.blockchain.TxBlock
 
TxBlock.Body - Class in com.firestack.laksaj.blockchain
 
TxBlock.MicroBlockInfo - Class in com.firestack.laksaj.blockchain
 
TxBlockHeader - Class in com.firestack.laksaj.blockchain
 
TxBlockHeader() - Constructor for class com.firestack.laksaj.blockchain.TxBlockHeader
 
TxParams - Class in com.firestack.laksaj.transaction
 
TxParams() - Constructor for class com.firestack.laksaj.transaction.TxParams
 
TxReceipt - Class in com.firestack.laksaj.transaction
 
TxReceipt() - Constructor for class com.firestack.laksaj.transaction.TxReceipt
 
TxStatus - Enum in com.firestack.laksaj.transaction
 

V

Validation - Class in com.firestack.laksaj.utils
 
Validation() - Constructor for class com.firestack.laksaj.utils.Validation
 
Value - Class in com.firestack.laksaj.contract
 
Value() - Constructor for class com.firestack.laksaj.contract.Value
 
valueOf(String) - Static method in enum com.firestack.laksaj.blockchain.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.firestack.laksaj.contract.ContractStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.firestack.laksaj.crypto.KDFType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.firestack.laksaj.transaction.TxStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.firestack.laksaj.blockchain.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.firestack.laksaj.contract.ContractStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.firestack.laksaj.crypto.KDFType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.firestack.laksaj.transaction.TxStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_FIELD_NUMBER - Static variable in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 

W

Wallet - Class in com.firestack.laksaj.account
all address should be upper case
Wallet() - Constructor for class com.firestack.laksaj.account.Wallet
 
Wallet(Map<String, Account>, HttpProvider) - Constructor for class com.firestack.laksaj.account.Wallet
 
writeTo(CodedOutputStream) - Method in class com.firestack.laksaj.proto.Message.ByteArray
 
writeTo(CodedOutputStream) - Method in class com.firestack.laksaj.proto.Message.ProtoTransaction
 
writeTo(CodedOutputStream) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionCoreInfo
 
writeTo(CodedOutputStream) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionReceipt
 
writeTo(CodedOutputStream) - Method in class com.firestack.laksaj.proto.Message.ProtoTransactionWithReceipt
 
WrongNetwork(int) - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.WrongNetwork
 
WrongNetwork(String) - Constructor for exception com.firestack.laksaj.utils.AddressFormatException.WrongNetwork
 

Z

ZilliqaAPIException - Exception in com.firestack.laksaj.exception
 
ZilliqaAPIException(String, int) - Constructor for exception com.firestack.laksaj.exception.ZilliqaAPIException
 
A B C D E F G H I K L M N P R S T V W Z 
Skip navigation links