PresentationRpcResponse<TResult> Type alias
Data structure for presentation RPC responses
PresentationRpcResponse = Promise<{ errorMessage?: string, result?: TResult, statusCode: PresentationStatus }>
Defined in
Last Updated: 13 June, 2024
Woah! This page has a great deal of content... Give us a second to load it.
Data structure for presentation RPC responses
PresentationRpcResponse = Promise<{ errorMessage?: string, result?: TResult, statusCode: PresentationStatus }>
Last Updated: 13 June, 2024