/*
* to:
* User the contract is being sent to
* from:
* User the contract is being sent from
* hash:
* SHA-256 hash of contract pdf/plain text to verify contract integrity
* status:
* Pending request=0, Contract Signed=1, Contract Rejected=2
*/
{
to: $user_contract_sent_to,
from: $user_contract_from,
hash: $contract_hash,
status: [0, 1, 2]
}
-
Notifications
You must be signed in to change notification settings - Fork 1
Kubariet/OpenContract
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published