Response
Defined in: src/internal/rpc.ts:176
Internal
An RPC message
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”TMethod
Section titled “TMethod”TMethod extends Method = Method
Properties
Section titled “Properties”_zenfs
Section titled “_zenfs”_zenfs:
true
Defined in: src/internal/rpc.ts:165
Inherited from
Section titled “Inherited from”error?
Section titled “error?”
optionalerror?:WithOptional<ExceptionJSON,"code"|"errno">
Defined in: src/internal/rpc.ts:177
id:
string
Defined in: src/internal/rpc.ts:166
Inherited from
Section titled “Inherited from”method
Section titled “method”method:
TMethod
Defined in: src/internal/rpc.ts:178
Overrides
Section titled “Overrides”stack:
string
Defined in: src/internal/rpc.ts:168
Inherited from
Section titled “Inherited from”value:
ReturnType<Methods[TMethod]>
Defined in: src/internal/rpc.ts:182