Documentation ¶
Index ¶
- type Service
- func (s *Service) CheckAccess() error
- func (s *Service) GetList(ctx context.Context) ([]evmWalletModel.EvmWallet, error)
- func (s *Service) SighWithPassphrase(address string, msg []byte) ([]byte, error)
- func (s *Service) SignMetamaskPersonalSign(address, msg string) ([]byte, error)
- func (s *Service) UnlockWallet(address string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) CheckAccess ¶
func (*Service) SighWithPassphrase ¶ added in v1.0.6
func (*Service) SignMetamaskPersonalSign ¶ added in v1.0.7
func (*Service) UnlockWallet ¶ added in v1.0.5
Click to show internal directories.
Click to hide internal directories.