herajs
stable
User Documentation
Getting Started
Reading from blockchain
Accounts
Sending transactions
Interacting with contracts
Examples
API Reference
Top-level exports
AergoClient
AergoClient.accounts
Providers
Address
Amount
Contract
FilterInfo
Tx
herajs
Docs
»
Index
Edit on GitHub
Index
A
|
C
|
F
|
G
|
S
|
T
A
Accounts() (class)
Accounts.aergo (Accounts attribute)
Accounts.client (Accounts attribute)
Accounts.create() (Accounts method)
Accounts.get() (Accounts method)
Accounts.lock() (Accounts method)
Accounts.sendTransaction() (Accounts method)
Accounts.signTransaction() (Accounts method)
Accounts.unlock() (Accounts method)
Address() (class)
Address.asBytes() (Address method)
Address.decode() (Address method)
Address.encode() (Address method)
Address.encoded (Address attribute)
Address.equal() (Address method)
Address.isEmpty() (Address method)
Address.isName (Address attribute)
Address.isSystemAddress() (Address method)
Address.isSystemName() (Address method)
Address.setSystemAddresses() (Address method)
Address.toJSON() (Address method)
Address.toString() (Address method)
Address.value (Address attribute)
Address.valueEqual() (Address method)
AergoClient() (class)
AergoClient.accounts (AergoClient attribute)
AergoClient.blockchain() (AergoClient method)
AergoClient.client (AergoClient attribute)
AergoClient.config (AergoClient attribute)
AergoClient.defaultProvider() (AergoClient method)
AergoClient.defaultProviderClass (AergoClient attribute)
AergoClient.getABI() (AergoClient method)
AergoClient.getAccountVotes() (AergoClient method)
AergoClient.getBlock() (AergoClient method)
AergoClient.getBlockBody() (AergoClient method)
AergoClient.getBlockHeaders() (AergoClient method)
AergoClient.getBlockMetadata() (AergoClient method)
AergoClient.getBlockMetadataStream() (AergoClient method)
AergoClient.getBlockStream() (AergoClient method)
AergoClient.getChainIdHash() (AergoClient method)
AergoClient.getChainInfo() (AergoClient method)
AergoClient.getConfig() (AergoClient method)
AergoClient.getConsensusInfo() (AergoClient method)
AergoClient.getEvents() (AergoClient method)
AergoClient.getEventStream() (AergoClient method)
AergoClient.getNameInfo() (AergoClient method)
AergoClient.getNodeState() (AergoClient method)
AergoClient.getNonce() (AergoClient method)
AergoClient.getPeers() (AergoClient method)
AergoClient.getServerInfo() (AergoClient method)
AergoClient.getStaking() (AergoClient method)
AergoClient.getState() (AergoClient method)
AergoClient.getTopVotes() (AergoClient method)
AergoClient.getTransaction() (AergoClient method)
AergoClient.getTransactionReceipt() (AergoClient method)
AergoClient.grpcMethod() (AergoClient method)
AergoClient.isConnected() (AergoClient method)
AergoClient.platform (AergoClient attribute)
AergoClient.queryContract() (AergoClient method)
AergoClient.queryContractState() (AergoClient method)
AergoClient.queryContractStateProof() (AergoClient method)
AergoClient.sendSignedTransaction() (AergoClient method)
AergoClient.setChainIdHash() (AergoClient method)
AergoClient.setDefaultLimit() (AergoClient method)
AergoClient.setProvider() (AergoClient method)
AergoClient.target (AergoClient attribute)
Amount() (class)
Amount._valueFromString() (Amount method)
Amount.add() (Amount method)
Amount.asBytes() (Amount method)
Amount.compare() (Amount method)
Amount.div() (Amount method)
Amount.equal() (Amount method)
Amount.formatNumber() (Amount method)
Amount.moveDecimalPoint() (Amount method)
Amount.mul() (Amount method)
Amount.sub() (Amount method)
Amount.toJSBI() (Amount method)
Amount.toJSON() (Amount method)
Amount.toString() (Amount method)
Amount.toUnit() (Amount method)
Amount.unit (Amount attribute)
Amount.value (Amount attribute)
C
Contract() (class)
Contract.address (Contract attribute)
Contract.asPayload() (Contract method)
Contract.atAddress() (Contract method)
Contract.code (Contract attribute)
Contract.decodeCode() (Contract method)
Contract.encodeCode() (Contract method)
Contract.fromAbi() (Contract method)
Contract.fromCode() (Contract method)
Contract.functions (Contract attribute)
Contract.loadAbi() (Contract method)
Contract.queryState() (Contract method)
Contract.setAddress() (Contract method)
F
FilterInfo() (class)
FilterInfo.address (FilterInfo attribute)
FilterInfo.args (FilterInfo attribute)
FilterInfo.blockfrom (FilterInfo attribute)
FilterInfo.blockto (FilterInfo attribute)
FilterInfo.desc (FilterInfo attribute)
FilterInfo.eventName (FilterInfo attribute)
FilterInfo.fromGrpc() (FilterInfo method)
FilterInfo.toGrpc() (FilterInfo method)
FunctionCall() (class)
FunctionCall.args (FunctionCall attribute)
FunctionCall.asQueryInfo() (FunctionCall method)
FunctionCall.asTransaction() (FunctionCall method)
FunctionCall.contractInstance (FunctionCall attribute)
FunctionCall.definition (FunctionCall attribute)
FunctionCall.toGrpc() (FunctionCall method)
G
GrpcProvider() (class)
GrpcWebProvider() (class)
S
StateQuery() (class)
StateQuery.compressed (StateQuery attribute)
StateQuery.contractInstance (StateQuery attribute)
StateQuery.root (StateQuery attribute)
StateQuery.storageKeys (StateQuery attribute)
StateQuery.toGrpc() (StateQuery method)
Stream() (class)
Stream._stream (Stream attribute)
Stream.cancel() (Stream method)
Stream.on() (Stream method)
T
Tx() (class)
Tx.amount (Tx attribute)
Tx.chainIdHash (Tx attribute)
Tx.from (Tx attribute)
Tx.fromGrpc() (Tx method)
Tx.hash (Tx attribute)
Tx.limit (Tx attribute)
Tx.nonce (Tx attribute)
Tx.payload (Tx attribute)
Tx.price (Tx attribute)
Tx.sign (Tx attribute)
Tx.to (Tx attribute)
Tx.toGrpc() (Tx method)
Tx.Type (Tx attribute)
Tx.type (Tx attribute)