sui_getLoadedChildObjects
Read API
Read API
Parameters
digest
:<TransactionDigest>
Returns
SuiLoadedChildObjectsResponse
:<LoadedChildObjectsRespone>
Example Request and Result for sui_getLoadedChildObjects
Request
curl --location 'https://sui-testnet.blastapi.io/<project-id>' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "sui_getLoadedChildObjects",
"params": ["BkbNvyPuUPPkzBZWWtAyqypD9ndQeVbQnWHyxKCREtq8"
]
}'
Result:
{
"jsonrpc": "2.0",
"result": {
"loadedChildObjects": []
},
"id": 1
}