GetDelegatedResource¶
Legacy query: returns delegation records stored under Stake 1.0 only; does not see V2 data. The source has no version gate, so it can still be called after V2 activation to read historical V1 positions. New work should use
GetDelegatedResourceV2.
Look up all resource-delegation records between from → to (Stake 1.0).
- Service: both
WalletandWalletSolidity
rpc GetDelegatedResource (DelegatedResourceMessage) returns (DelegatedResourceList) {}
See the corresponding HTTP endpoint at /wallet/getdelegatedresource.