Versions in this module Expand all Collapse all v1 v1.0.1 Jul 11, 2024 Changes in this version + type Verification struct + Address string + Fid uint64 + Timestamp uint64 + type VerificationsService struct + func NewVerificationsService(account *account.AccountService, registry *registry.RegistryService) *VerificationsService + func (v *VerificationsService) GetUserByVerification(address string) (*users.User, error) + func (v *VerificationsService) GetVerificationsByFid(fid int) ([]Verification, error)