Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dappnetbby/eth-verifiable-rpc
/ functions
Functions
26 in github.com/dappnetbby/eth-verifiable-rpc
⨍
Functions
26
◇
Types & classes
9
↓ 4 callers
Method
_getProof
({ address, storageKeys }: { address: string, storageKeys?: string[] })
src/evm.ts:49
↓ 2 callers
Method
create
(provider: ethers.providers.JsonRpcProvider)
src/eip1193.ts:65
↓ 2 callers
Method
getAccount
(address: Address)
src/evm.ts:14
↓ 1 callers
Method
_send
(method: string, params?: Array<any>)
src/eip1193.ts:103
↓ 1 callers
Function
bench
(i: number)
src/ethers-demo.ts:17
↓ 1 callers
Function
encodeCall
(address: string, sig: string, params: any[])
src/demo.ts:46
↓ 1 callers
Function
encodeCall
(to: string, data: string)
src/eip1193.ts:27
↓ 1 callers
Method
getContractCode
(address: Address)
src/evm.ts:20
↓ 1 callers
Method
getContractStorage
(address: Address, key: Buffer)
src/evm.ts:21
↓ 1 callers
Method
getExternalCode
* Returns code of an account. * @param address - Address of account
src/evm.ts:185
↓ 1 callers
Function
main
()
src/demo.ts:15
↓ 1 callers
Function
main
()
src/ethers-demo.ts:4
Method
coerce
(value: any)
src/eip1193.ts:111
Method
constructor
(signer: ethers.Signer, provider?: ethers.providers.Provider)
src/eip1193.ts:59
Method
constructor
(stateManager: StateManager, common: Common, blockchain: Blockchain, stateRoot: string, blockNumber: string, p
src/evm.ts:42
Method
constructor
(opts: EVMOpts)
src/evm.ts:242
Method
create
(baseProvider: ethers.providers.JsonRpcProvider)
src/verified-provider.ts:5
Method
getAccount
* Gets the account associated with `address`. Returns an empty account if the account does not exist. * @param address - Address of the `account`
src/evm.ts:68
Method
getBlockHash
* Returns Gets the hash of one of the 256 most recent complete blocks. * @param num - Number of block
src/evm.ts:199
Method
getContractCode
* Gets the code corresponding to the provided `address`. * @param address - Address to get the `code` for * @returns {Promise<Buffer>} - Re
src/evm.ts:97
Method
getContractStorage
* Gets the storage value associated with the provided `address` and `key`. This method returns * the shortest representation of the stored value.
src/evm.ts:127
Method
getExternalBalance
* Returns balance of the given account. * @param address - Address of account
src/evm.ts:161
Method
getExternalCodeSize
* Get size of an account’s code. * @param address - Address of account
src/evm.ts:173
Method
request
(request: { method: string, params?: Array<any> })
src/eip1193.ts:94
Method
storageLoad
* Loads a 256-bit value to memory from persistent storage. * @param address Address to get storage key value from * @param key Storage key
src/evm.ts:220
Method
throwUnsupported
(message: string)
src/eip1193.ts:104