Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddEphKeyService ¶
type AddEphKeyService struct {
State *AppState
}
func (*AddEphKeyService) GetName ¶
func (svc *AddEphKeyService) GetName() string
func (*AddEphKeyService) Run ¶
func (svc *AddEphKeyService) Run(wpClientConn *wp_client.WalletProviderClientConn, config *sdk.RequestConfig) (string, error)
type AppState ¶
type AppState struct {
// contains filtered or unexported fields
}
func NewAppState ¶
func NewAppState() AppState
type KeygenSvc ¶
type KeygenSvc struct {
State *AppState
}
func (*KeygenSvc) Run ¶
func (svc *KeygenSvc) Run(wpClientConn *wp_client.WalletProviderClientConn, config *sdk.RequestConfig) (string, error)
type RevokeEphKeyService ¶
type RevokeEphKeyService struct {
State *AppState
}
func (*RevokeEphKeyService) GetName ¶
func (svc *RevokeEphKeyService) GetName() string
func (*RevokeEphKeyService) Run ¶
func (svc *RevokeEphKeyService) Run(wpClientConn *wp_client.WalletProviderClientConn, config *sdk.RequestConfig) (string, error)
type SigngenService ¶
type SigngenService struct {
State *AppState
}
func (*SigngenService) GetName ¶
func (svc *SigngenService) GetName() string
func (*SigngenService) Run ¶
func (svc *SigngenService) Run(wpClientConn *wp_client.WalletProviderClientConn, config *sdk.RequestConfig) (string, error)
type WpService ¶
type WpService interface {
Run(wpClientConn *wp_client.WalletProviderClientConn, config *sdk.RequestConfig) (string, error)
GetName() string
}
WpService defines the interface for WebSocket operations
Click to show internal directories.
Click to hide internal directories.