Documentation ¶
Index ¶
- func StartServer()
- type IOPserver
- func (s *IOPserver) GetPermittedMethodsList(networkId *scripts.PermittedNetworkId, ...) error
- func (s *IOPserver) GetPermittedNetworkInfo(address *scripts.PermittedNetworkAddress, ...) error
- func (s *IOPserver) InvokePermittedMethod(ctx context.Context, info *scripts.MethodInfo) (*scripts.MethodResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
func StartServer()
Types ¶
type IOPserver ¶
type IOPserver struct {
scripts.UnimplementedIOPServer
}
func (*IOPserver) GetPermittedMethodsList ¶
func (s *IOPserver) GetPermittedMethodsList(networkId *scripts.PermittedNetworkId, stream scripts.IOP_GetPermittedMethodsListServer) error
func (*IOPserver) GetPermittedNetworkInfo ¶
func (s *IOPserver) GetPermittedNetworkInfo(address *scripts.PermittedNetworkAddress, stream scripts.IOP_GetPermittedNetworkInfoServer) error
func (*IOPserver) InvokePermittedMethod ¶
func (s *IOPserver) InvokePermittedMethod(ctx context.Context, info *scripts.MethodInfo) (*scripts.MethodResponse, error)
Click to show internal directories.
Click to hide internal directories.