|
@@ -0,0 +1,41 @@
|
|
1
|
+[rpclibrary](../README.md) › [Globals](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [RPCExporter](_interfaces_.rpcexporter.md)
|
|
2
|
+
|
|
3
|
+# Interface: RPCExporter <**T**>
|
|
4
|
+
|
|
5
|
+Interface for all classes that may export RPCs
|
|
6
|
+
|
|
7
|
+## Type parameters
|
|
8
|
+
|
|
9
|
+▪ **T**
|
|
10
|
+
|
|
11
|
+## Hierarchy
|
|
12
|
+
|
|
13
|
+* **RPCExporter**
|
|
14
|
+
|
|
15
|
+## Index
|
|
16
|
+
|
|
17
|
+### Properties
|
|
18
|
+
|
|
19
|
+* [name](_interfaces_.rpcexporter.md#name)
|
|
20
|
+
|
|
21
|
+### Methods
|
|
22
|
+
|
|
23
|
+* [exportRPCs](_interfaces_.rpcexporter.md#exportrpcs)
|
|
24
|
+
|
|
25
|
+## Properties
|
|
26
|
+
|
|
27
|
+### name
|
|
28
|
+
|
|
29
|
+• **name**: *T.Name*
|
|
30
|
+
|
|
31
|
+Defined in Interfaces.ts:8
|
|
32
|
+
|
|
33
|
+## Methods
|
|
34
|
+
|
|
35
|
+### exportRPCs
|
|
36
|
+
|
|
37
|
+▸ **exportRPCs**(): *T.RPC‹T›[]*
|
|
38
|
+
|
|
39
|
+Defined in Interfaces.ts:9
|
|
40
|
+
|
|
41
|
+**Returns:** *T.RPC‹T›[]*
|