RpcInterfaceDefinition<T extends RpcInterface> Interface
Beta
Specifies the required static properties of an RpcInterface class. These properties are used to identify RPC requests and responses.
Properties
| Name | Type | Description | |
|---|---|---|---|
| interfaceName | string | ||
| interfaceVersion | string | ||
| prototype | T |
Defined in
- core/common/src/RpcInterface.ts Line 29
Last Updated: 30 November, 2023