Interface ExecuteJsResponse
Properties
Optional
claims
claims
?: Record<string, { derivedKeyId
: string; signatures
: Signature[]; }>
Optional
debug
debug
?: { allNodeLogs
: NodeLog[]; allNodeResponses
: NodeResponse[]; rawNodeHTTPResponses
: any; }
Type declaration
-
allNodeLogs: NodeLog[]
-
-
rawNodeHTTPResponses: any
decryptions
decryptions: any[]
response
response: string
signatures
signatures: any
An object containing the resulting signatures. Each signature comes with the public key and the data signed.