MCPcopy Create free account

hub / github.com/dappnetbby/eth-verifiable-rpc / functions

Functions26 in github.com/dappnetbby/eth-verifiable-rpc

↓ 4 callersMethod_getProof
({ address, storageKeys }: { address: string, storageKeys?: string[] })
src/evm.ts:49
↓ 2 callersMethodcreate
(provider: ethers.providers.JsonRpcProvider)
src/eip1193.ts:65
↓ 2 callersMethodgetAccount
(address: Address)
src/evm.ts:14
↓ 1 callersMethod_send
(method: string, params?: Array<any>)
src/eip1193.ts:103
↓ 1 callersFunctionbench
(i: number)
src/ethers-demo.ts:17
↓ 1 callersFunctionencodeCall
(address: string, sig: string, params: any[])
src/demo.ts:46
↓ 1 callersFunctionencodeCall
(to: string, data: string)
src/eip1193.ts:27
↓ 1 callersMethodgetContractCode
(address: Address)
src/evm.ts:20
↓ 1 callersMethodgetContractStorage
(address: Address, key: Buffer)
src/evm.ts:21
↓ 1 callersMethodgetExternalCode
* Returns code of an account. * @param address - Address of account
src/evm.ts:185
↓ 1 callersFunctionmain
()
src/demo.ts:15
↓ 1 callersFunctionmain
()
src/ethers-demo.ts:4
Methodcoerce
(value: any)
src/eip1193.ts:111
Methodconstructor
(signer: ethers.Signer, provider?: ethers.providers.Provider)
src/eip1193.ts:59
Methodconstructor
(stateManager: StateManager, common: Common, blockchain: Blockchain, stateRoot: string, blockNumber: string, p
src/evm.ts:42
Methodconstructor
(opts: EVMOpts)
src/evm.ts:242
Methodcreate
(baseProvider: ethers.providers.JsonRpcProvider)
src/verified-provider.ts:5
MethodgetAccount
* 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
MethodgetBlockHash
* Returns Gets the hash of one of the 256 most recent complete blocks. * @param num - Number of block
src/evm.ts:199
MethodgetContractCode
* Gets the code corresponding to the provided `address`. * @param address - Address to get the `code` for * @returns {Promise<Buffer>} - Re
src/evm.ts:97
MethodgetContractStorage
* 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
MethodgetExternalBalance
* Returns balance of the given account. * @param address - Address of account
src/evm.ts:161
MethodgetExternalCodeSize
* Get size of an account’s code. * @param address - Address of account
src/evm.ts:173
Methodrequest
(request: { method: string, params?: Array<any> })
src/eip1193.ts:94
MethodstorageLoad
* 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
MethodthrowUnsupported
(message: string)
src/eip1193.ts:104