Interface ExecuteJsResponse

An object containing the resulting signatures. Each signature comes with the public key and the data signed.

Hierarchy

Properties

claims?: Record<string, {
    derivedKeyId: string;
    signatures: Signature[];
}>
debug?: {
    allNodeLogs: NodeLog[];
    allNodeResponses: NodeResponse[];
    rawNodeHTTPResponses: any;
}

Type declaration

logs: string
response: string | object
signatures: any
success?: boolean

Generated using TypeDoc