Add Address.is_payable(address)

This commit is contained in:
Hans Svensson
2019-08-15 13:57:24 +02:00
parent f27d37d624
commit e9505e240f
5 changed files with 13 additions and 2 deletions
+3
View File
@@ -31,3 +31,6 @@ contract AddrChain =
entrypoint c_creator() : address =
Contract.creator
entrypoint is_payable(a : address) : bool =
Address.is_payable(a)