GetDelegations
GetDelegations returns a read-only view of every delegation, keyed by the decimal string form of the delegation ID. Callers paginate it themselves through IterateByOffset. Reading an entry yields a clone, so the view cannot mutate realm state. Returns:
- *rotree.ReadOnlyTree: read-only delegation view keyed by decimal delegation ID; entry reads return clones.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/gnoswap/gov/staker.GetDelegations()"
Result