GetTargetPoolPathByIncentiveId
GetTargetPoolPathByIncentiveId returns the pool path for an incentive ID.
Parameters:
- poolPath: Pool path containing the incentive record.
- incentiveId: External incentive identifier to resolve.
Returns:
- targetPoolPath: Pool path stored on the resolved incentive.
- err: Non-nil when poolPath or incentiveId cannot be resolved.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetTargetPoolPathByIncentiveId(,)"
Result