PendingCall
Defined in: src/lib/rpc/types.ts:18
Internal type for pending RPC calls.
Properties
| Property | Type | Defined in |
|---|---|---|
reject | (error: Error) => void | src/lib/rpc/types.ts:20 |
resolve | (value: unknown) => void | src/lib/rpc/types.ts:19 |
timeout | CitizenTimer | src/lib/rpc/types.ts:21 |