createLockContract
createLockContract
Path Parameters |
---|
network integer — REQUIREDNetwork id. |
Header Parameters |
---|
captcha string — REQUIREDRecaptcha value to pass. |
Request Body — REQUIRED |
---|
name string |
expirationDuration string |
maxNumberOfKeys string |
keyPrice string |
creator string |
currencyContractAddress string |
publicLockVersion number |
Responses | ||
---|---|---|
201 Transaction hash of the lock creation transaction.
| ||
404 The item you are making request for does not exist.
| ||
500 Unable to fullfil request due to internal server error.
|