getBlockCommitment RPC 메소드
특정 블록에 대한 커밋먼트를 반환합니다
$ curl https://api.devnet.solana.com -s -X \> POST -H "Content-Type: application/json" -d '> {> "jsonrpc": "2.0",> "id": 1,> "method": "getBlockCommitment",> "params": [> 5> ]> }> '
params
u64required
Slot으로 식별되는 블록 번호입니다.
result
Response
{"jsonrpc": "2.0","result": {"commitment": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,0, 0, 0, 0, 0, 10, 32],"totalStake": 42},"id": 1}
object
결과 필드는 다음을 포함하는 JSON 객체입니다:
Is this page helpful?