interface ExecuteJsNoSigningResponse {
    claims: {};
    decryptions: [];
    logs: string;
    response: any;
    signatures: any;
}

Hierarchy (view full)

Properties

claims: {}
decryptions: []
logs: string
response: any
signatures: any