Type alias PaymasterServiceErrorResponse

PaymasterServiceErrorResponse: {
    error: JsonRpcError;
    id: number;
    jsonrpc: string;
}

Type declaration