Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verification ¶
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)
Click to show internal directories.
Click to hide internal directories.