GetDelegatedResourceAccountIndex
POST
/walletsolidity/getdelegatedresourceaccountindex
delegatedResource - List: A list of resource delegations, with each entry containing the following fields:
Field | Type | Description |
---|---|---|
from | string | owner address |
to | string | recipient address |
frozen_balance_for_bandwidth | int64 | amount of POX staked for bandwidth delegated from the owner address to the recipient address |
frozen_balance_for_energy | int64 | amount of POX staked for energy delegated from the owner address to the recipient address |
expire_time_for_bandwidth | int64 | Lock-up period deadline for bandwidth delegation |
expire_time_for_energy | int64 | Lock-up period deadline for energy delegation |
expire_time_for_bandwidth
or expire_time_for_energy
will be 0 if no lock is specified during resource delegation and will not be displayed.Request
Body Params application/json