Field | Type | Description |
---|---|---|
account | string | Account address |
fromAccounts | string[] | The list of addresses that have delegated resources to the account |
toAccounts | string[] | The list of addresses the account has delegated its resources to |
{
"value": "PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"visible": true
}
curl --location --request POST '/wallet/getdelegatedresourceaccountindexv2' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"visible": true
}'
{
"account": "PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"fromAccounts": [
"PHqgRM8giN6Nr9DgA1FybUjKFwd79cxhyp",
"PFHUpUNpmPVTYziBWCMk7kopiTzx9mX56r"
]
}