⚡ We welcome businesses to test our enterprise-grade service

Method: POST priv_findPrivacyGroup

dropdown

方法 RPC priv_findPrivacyGroup 例如 Ethereum (ETH)

POST priv_findPrivacyGroup

方法不允许

返回仅包含所列成员的隐私组列表。例如,如果列出的成员是 A 和 B,则不返回包含 A、B 和 C 的隐私组。

Parameters

array of data -

由 Orion 公钥指定的成员。

Request

curl --location --request POST 'https://eth.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "priv_findPrivacyGroup",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}