web3-core-method
This is a sub package of web3.js
The Method module abstracts the JSON-RPC method and is used within most web3.js packages.
Installation
npm install web3-core-method
Exported classes
MethodModuleFactory
AbstractMethod
AbstractMethodFactory
GetProtocolVersionMethod
VersionMethod
ListeningMethod
PeerCountMethod
GetNodeInfoMethod
GetCoinbaseMethod
IsMiningMethod
GetHashrateMethod
IsSyncingMethod
GetGasPriceMethod
SubmitWorkMethod
GetWorkMethod
GetAccountsMethod
GetBalanceMethod
GetTransactionCountMethod
RequestAccountsMethod
GetBlockNumberMethod
GetBlockMethod
GetUncleMethod
GetBlockTransactionCountMethod
GetBlockUncleCountMethod
GetTransactionMethod
GetTransactionFromBlockMethod
GetTransactionReceipt
SendRawTransactionMethod
SignTransactionMethod
SendTransactionMethod
GetCodeMethod
SignMethod
CallMethod
GetStorageAtMethod
EstimateGasMethod
GetPastLogsMethod
EcRecoverMethod
ImportRawKeyMethod
ListAccountsMethod
LockAccountMethod
NewAccountMethod
PersonalSendTransactionMethod
PersonalSignMethod
PersonalSignTransactionMethod
UnlockAccountMethod
AddPrivateKeyMethod
AddSymKeyMethod
DeleteKeyPairMethod
DeleteMessageFilterMethod
DeleteSymKeyMethod
GenerateSymKeyFromPasswordMethod
GetFilterMessagesMethod
GetInfoMethod
GetPrivateKeyMethod
GetPublicKeyMethod
GetSymKeyMethod
HasKeyPairMethod
HasSymKeyMethod
MarkTrustedPeerMethod
NewKeyPairMethod
NewMessageFilterMethod
NewSymKeyMethod
PostMethod
SetMaxMessageSizeMethod
SetMinPoWMethod
ShhVersionMethod
Types
All the typescript typings are placed in the types folder.