PresentationRpcResponseData<TResult> Interface
Data structure for presentation RPC responses
Properties
Name | Type | Description | |
---|---|---|---|
diagnostics | ClientDiagnostics | undefined | Diagnostics response. | |
string | undefined | In case of an error response, the error message | ||
result | TResult | undefined | In case of a success response, the result | |
statusCode | PresentationStatus | Response status code |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.