Function: attestationCreate()
attestationCreate(
httpRequestContext,componentName,request):Promise<ICreatedResponse>
Sign the data and return the proof.
Parameters
httpRequestContext
IHttpRequestContext
The request context for the API.
componentName
string
The name of the component to use in the routes.
request
IAttestationCreateRequest
The request.
Returns
Promise<ICreatedResponse>
The response object with additional http response properties.