* Set the schema for the payload of the rpc.
(
schema: P
)
| 88 | * Set the schema for the payload of the rpc. |
| 89 | */ |
| 90 | setPayload<P extends Schema.Struct<any> | Schema.Struct.Fields>( |
| 91 | schema: P |
| 92 | ): Rpc< |
| 93 | Tag, |
no outgoing calls
no test coverage detected