Documentation
¶
Index ¶
- type Service
- func (s *Service) ListAccounts(ctx context.Context, req *pb.ListAccountsRequest) (*pb.ListAccountsResponse, error)
- func (s *Service) Lock(ctx context.Context, req *pb.LockWalletRequest) (*empty.Empty, error)
- func (s *Service) Unlock(ctx context.Context, req *pb.UnlockWalletRequest) (*empty.Empty, 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
}
Service is the wallet service.
func NewService ¶
NewService creates a new wallet service.
func (*Service) ListAccounts ¶
func (s *Service) ListAccounts(ctx context.Context, req *pb.ListAccountsRequest) (*pb.ListAccountsResponse, error)
ListAccounts lists accounts given a path.
Click to show internal directories.
Click to hide internal directories.