Interface ExecuteJsResponse

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

Hierarchy

  • ExecuteJsResponse

Properties

debug?: {
    allNodeLogs: NodeLog[];
    allNodeResponses: NodeResponse[];
    rawNodeHTTPResponses: any;
}

Type declaration

decryptions: any[]
logs: string
response: string
signatures: any

Generated using TypeDoc