* Set the schema for the error response of the rpc.
(prefix: Prefix)
| 144 | * Set the schema for the error response of the rpc. |
| 145 | */ |
| 146 | prefix<const Prefix extends string>(prefix: Prefix): Rpc< |
| 147 | `${Prefix}${Tag}`, |
| 148 | Payload, |
| 149 | Success, |
no outgoing calls
no test coverage detected