All calls to node should use Wax
getVestingDelegations
method directly calls node. It goes against our principle to put all the node calls into Wax. The logic of changing nodes, validation and types is there. Please change the method to use it similar way to getRewardFunds
, getDynamicGlobalProperties
and getCurrentPriceFeed
. Consender api is a part of Wax interfaces.