This commit is contained in:
2019-09-22 11:11:04 +02:00
parent 2bab836faf
commit af847c95e9
@@ -0,0 +1,41 @@
[rpclibrary](../README.md) [Globals](../globals.md) ["Interfaces"](../modules/_interfaces_.md) [RPCExporter](_interfaces_.rpcexporter.md)
# Interface: RPCExporter <**T**>
Interface for all classes that may export RPCs
## Type parameters
**T**
## Hierarchy
* **RPCExporter**
## Index
### Properties
* [name](_interfaces_.rpcexporter.md#name)
### Methods
* [exportRPCs](_interfaces_.rpcexporter.md#exportrpcs)
## Properties
### name
**name**: *T.Name*
Defined in Interfaces.ts:8
## Methods
### exportRPCs
**exportRPCs**(): *T.RPCT[]*
Defined in Interfaces.ts:9
**Returns:** *T.RPCT[]*