1
type API struct {
2
Namespace string // namespace under which the rpc methods of Service are exposed
3
Version string // api version for DApp's
4
Service interface{} // receiver instance which holds the methods
5
Public bool // indication if the methods must be considered safe for public use
6
}
等等
最新推荐文章于 2022-12-15 10:14:06 发布