Skip to main content

suix_getCommitteeInfo RPC Method

Loading...

Updated on
Dec 10, 2024

suix_getCommitteeInfo RPC Method

Parameters

epoch
string
Loading...

Returns

result
object
Loading...
epoch
string
Loading...
validators
array
Loading...
publicKey
string
Loading...
weight
string
Loading...
Request
1
curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 1,
6
"method": "suix_getCommitteeInfo",
7
"params": [
8
"123"
9
]
10
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free