Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateUserUseCase ¶
type CreateUserUseCase struct {
// contains filtered or unexported fields
}
func NewCreateUserUseCase ¶
func NewCreateUserUseCase(key string, url string, namespace string, tlUrl, tlCHash, pinataKey, ensRootOwner, ensPrivateKey, mainENS, rpcURL, resolver string) CreateUserUseCase
func (*CreateUserUseCase) GetAddress ¶
func (c *CreateUserUseCase) GetAddress() string
func (*CreateUserUseCase) GetPrivateKey ¶
func (c *CreateUserUseCase) GetPrivateKey() string
type GetUserUseCase ¶
type GetUserUseCase struct {
// contains filtered or unexported fields
}
func NewGetUserUseCase ¶
func NewGetUserUseCase(key string, url string, namespace string, tlUrl, tlCHash, pinataKey, ensRootOwner, ensPrivateKey, mainENS, rpcURL, resolver string) GetUserUseCase
Click to show internal directories.
Click to hide internal directories.