interface AminoSignResponse {
    signature: StdSignature;
    signed: StdSignDoc;
}

Properties

Properties

signature: StdSignature
signed: StdSignDoc

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.