GetDelegatedResource
POST
/walletsolidity/getdelegatedresource
delegatedResource - List: A list of resources that an address assigns to a target address. A DelegatedResource object includes the following fields:
Field | Type | Description |
---|---|---|
from | string | delegate account |
to | string | resource receiving account |
frozen_balance_for_bandwidth | int64 | bandwidth delegate share |
frozen_balance_for_energy | int64 | energy delegate share |
expire_time_for_bandwidth | int64 | Deadline of this delegated bandwidth's lock period |
expire_time_for_energy | int64 | Deadline of this delegated energy's lock period |
Request
Body Params application/json