@passes/reqs / Exports / SignedAcceptedResult
Interface: SignedAcceptedResult<T>
Type parameters
Name |
---|
T |
Table of contents
Properties
Properties
body
• body: T
The body of the result.
Defined in
signed-request-topic.jsdoc.mjs:5
signed
• signed: SignedBodyWrapperHeader
The signature and public key of the signed result.
Defined in
signed-request-topic.jsdoc.mjs:6
status
• status: "accepted"
The status of the result when accepted.