interface DirectSignResponse {
    signature: StdSignature;
    signed: SignDoc;
}

Properties

Properties

signature: StdSignature
signed: SignDoc

The sign doc that was signed. This may be different from the input signDoc when the signer modifies it as part of the signing process.