bitcoin-sv / sol2scrypt

Solidity to sCrypt Transplier
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Transpile: constructor #67

Closed xhliu closed 2 years ago

xhliu commented 2 years ago
function Coin() public {
        minter = msg.sender;
    }
xhliu commented 2 years ago

const immutable

xhliu commented 2 years ago

depends on https://github.com/sCrypt-Inc/compiler/issues/414

xhliu commented 2 years ago