RpcRequestFulfillment Namespace
Function
Name | Description |
---|---|
RpcRequestFulfillment.forUnknownError |
Defined in
RpcRequestFulfillment Interface
An RPC operation request fulfillment.
Properties
Name | Type | Description | |
---|---|---|---|
id | string | The id for the request. | |
interfaceName | string | The RPC interface for the request. | |
rawResult | any | The un-serialized result for the request. | |
result | RpcSerializedValue | The result for the request. | |
retry | undefined | string | ||
status | number | A protocol-specific status code value for the request. |
Defined in
Last Updated: 11 June, 2024