Versions in this module Expand all Collapse all v1 v1.2.6 Jun 9, 2025 Changes in this version + type Config struct + AccessToken string + Timeout int + type Locker struct + Config *Config + func NewLocker(config *Config) *Locker + func (s *Locker) LockerLPV3(chainId string, poolAddress string, pageNum int32, pageSize int32) (*LockerLPV3Result, error) + func (s *Locker) LockerToken(chainId string, tokenAddress string, pageNum int32, pageSize int32) (*LockerTokenResult, error) + type LockerLPV3Result = lock_controller.GetNftLockersUsingGETOK + type LockerTokenResult = lock_controller.GetTokenLockersUsingGETOK