verifications

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Verification

type Verification struct {
	Fid       uint64 `json:"fid"`
	Address   string `json:"address"`
	Timestamp uint64 `json:"timestamp"`
}

type VerificationsService

type VerificationsService struct {
	// contains filtered or unexported fields
}

func NewVerificationsService

func NewVerificationsService(account *account.AccountService,
	registry *registry.RegistryService) *VerificationsService

func (*VerificationsService) GetUserByVerification

func (v *VerificationsService) GetUserByVerification(address string) (*users.User,
	error)

func (*VerificationsService) GetVerificationsByFid

func (v *VerificationsService) GetVerificationsByFid(fid int) ([]Verification,
	error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL