eth_getProof

특정 주소의 Storage에 저장된 값을 merkle-proof가 포함된 형식으로 반환합니다. 반환된 Proof값을 활용하여 조회한 Storage의 현재 상태값이 위변조되지 않았음을 검증할 수 있습니다.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

생성한 노드 환경에 부여되는 ID. 19자리 숫자형식입니다.

Body Params
int32
required
Defaults to 1
string
required
Defaults to 2.0
string
required
Defaults to eth_getProof
json
required
Defaults to [ "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9", [ "0x1" ], "latest" ]

다음 파라미터들을 타입에 맞게 배열로 입력합니다.

1. address: 조회하고자 하는 주소를 입력합니다.

2.storageHashs : 조회하고자 하는 storage의 해시 값을 배열 형식으로 입력합니다. eth_getStorage를 활용하여 조회할 수 있습니다.

3. blockIdentifier : 기준 블록 지정을 위해 블록의 Number 값(정수 형식), 또는 다음 태그 중 하나를 사용할 수 있습니다 - "latest", "earliest".

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json