Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { chainapi.UnimplementedChainApiServiceServer // contains filtered or unexported fields }
Service implements the chainservice for NEAR.
func NewService ¶
func NewService( listener net.Listener, daemonName string, contractClients map[string]*contractclient.BridgeProvider, ) (*Service, error)
NewService creates a new Service.
Click to show internal directories.
Click to hide internal directories.