This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
2bd14e5c6c
embark
/
test
/
support
/
contracts
/
wallets.sol
10 lines
93 B
Solidity
Raw
Blame
History
contract
Wallets
{
address
wallet
;
function
Wallet
(
address
w
)
{
wallet
=
w
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink