diff --git a/src/_data/boot-contracts-reference.json b/src/_data/boot-contracts-reference.json index 0209c127..b5b817a6 100644 --- a/src/_data/boot-contracts-reference.json +++ b/src/_data/boot-contracts-reference.json @@ -87,6 +87,13 @@ "signature": "(can-namespace-be-registered namespace)", "description": "Returns true if the provided namespace is available." }, + { + "name": "can-receive-name", + "input_type": "principal", + "output_type": "(response bool int)", + "signature": "(can-receive-name owner)", + "description": "Returns true if the provided name can be received. That is, if it is not curretly owned, a previous lease is expired, and the name wasn't revoked." + }, { "name": "get-name-price", "input_type": "(buff 20), (buff 48)",