Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

staker/v1 package

Overview

Package v1 manages GNS delegation and xGNS accounting. It maintains timestamped delegation history, distributes GNS emission and protocol-fee rewards, and enforces a configurable undelegation lockup (7 days by default; xGNS is burned when undelegated GNS is collected).

Function

NewDelegationWithdrawResolver

func NewDelegationWithdrawResolver(withdraw *staker.DelegationWithdraw) *DelegationWithdrawResolver

NewDelegationWithdrawResolver wraps a delegation withdrawal for collection state and lockup calculations.

Parameters:

  • withdraw: delegation withdrawal state to resolve

Returns:

  • *DelegationWithdrawResolver: resolver retaining the supplied withdrawal pointer

Param

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/staker/v1.NewDelegationWithdrawResolver()"

Result