Skip to main content

SignSafeTransactionResponse

Message URI: https://ligo.dev/didcomm/agent/1.0/sign-safe-transaction-response

Response to SignSafeTransactionRequest

{
"id": "<UUID>",
"thid": "<Thread ID of SignSafeTransactionRequest>",
"type": "https://ligo.dev/didcomm/agent/1.0/sign-safe-transaction-response",
"body": {
"safeTransactionSignatures": {}
}
}
type SafeSignature struct {
signer String
data String
}

type SignSafeTransactionResponse struct {
safeTransactionSignatures {String:SafeSignature}
}