Documentation
¶
Index ¶
- type Server
- func (server *Server) AccountFromKey(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
- func (server *Server) Bytes(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
- func (server *Server) GetAllAccounts(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
- func (server *Server) MakeEncodingSafe(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
- func (server *Server) NewAccount(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
- func (server *Server) ReadAccountFromMemory(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
- func (server *Server) RecoverSafeEncoding(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
- func (server *Server) String(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct{}
Server - RPC server
func (*Server) AccountFromKey ¶
func (server *Server) AccountFromKey(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
AccountFromKey - accounts.AccountFromKey RPC handler
func (*Server) Bytes ¶
func (server *Server) Bytes(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
Bytes - accounts.Bytes RPC handler
func (*Server) GetAllAccounts ¶
func (server *Server) GetAllAccounts(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
GetAllAccounts - accounts.GetAllAccounts RPC handler
func (*Server) MakeEncodingSafe ¶
func (server *Server) MakeEncodingSafe(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
MakeEncodingSafe - accounts.MakeEncodingSafe RPC handler
func (*Server) NewAccount ¶
func (server *Server) NewAccount(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
NewAccount - accounts.NewAccount RPC handler
func (*Server) ReadAccountFromMemory ¶
func (server *Server) ReadAccountFromMemory(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
ReadAccountFromMemory - account.ReadAccountFromMemory RPC handler
func (*Server) RecoverSafeEncoding ¶
func (server *Server) RecoverSafeEncoding(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
RecoverSafeEncoding - accounts.RecoverSafeEncoding RPC handler
func (*Server) String ¶
func (server *Server) String(ctx context.Context, req *accountsProto.GeneralRequest) (*accountsProto.GeneralResponse, error)
String - accounts.String RPC handler
Click to show internal directories.
Click to hide internal directories.