package
0.16.2
Repository: https://github.com/chenluigi/status-go2.git
Documentation: pkg.go.dev

# Functions

New returns a new Service.
NewAPI creates an instance of the status API.
NewMockAccountManager creates a new mock instance.
NewMockWhisperService creates a new mock instance.

# Structs

LoginRequest : json request for status_login.
LoginResponse : json response returned by status_login.
MockAccountManager is a mock of AccountManager interface.
MockAccountManagerMockRecorder is the mock recorder for MockAccountManager.
MockWhisperService is a mock of WhisperService interface.
MockWhisperServiceMockRecorder is the mock recorder for MockWhisperService.
PublicAPI represents a set of APIs from the `web3.status` namespace.
Service represents our own implementation of status status operations.
SignupRequest : json request for status_signup.
SignupResponse : json response returned by status_signup.

# Interfaces

AccountManager interface to manage account actions.
WhisperService whisper interface to add key pairs.