interface CheckContractSignatureResponse {
    created: boolean;
    validated: boolean;
}

Properties

Properties

created: boolean

Whether a signature has been requested for this contract.

validated: boolean

Whether the signature for this contract has been validated.