issues
search
harmony-one
/
sdk
Javascript SDK of Harmony protocol.
MIT License
92
stars
43
forks
source link
support 'fallback()' and 'receive()' of solidity
#51
Closed
peekpi
closed
4 years ago
peekpi
commented
4 years ago
example:
fallback:
contract.fallback("0x...")
receive:
contract.receive()
example:
contract.fallback("0x...")
contract.receive()