Result of a completed invitation. An invitation may produce one or more transactions or data fields.
{ "invitationIdentifier": "...", ... "result": { "transactions": { "requestSatoshisTransaction": { "transactionHash": "...", "transactionHex": "..." }, }, "data": { "messageSignature": { "value": "..." } } } ← this type} Copy
{ "invitationIdentifier": "...", ... "result": { "transactions": { "requestSatoshisTransaction": { "transactionHash": "...", "transactionHex": "..." }, }, "data": { "messageSignature": { "value": "..." } } } ← this type}
Optional
Data resulting from the invitation process.
Transactions resulting from the invitation process.
Note: The existing workflow does not support multiple transactions, but this structure already supports it.
Result of a completed invitation. An invitation may produce one or more transactions or data fields.