aboutsummaryrefslogtreecommitdiffstats
path: root/std/CoinReg
blob: 58400a98237377846620761f1406d8f8a765b698 (plain) (blame)
1
2
3
4
5
6
contract CoinReg{
    function count() constant returns (uint256 r) {}
    function info(uint256 i) constant returns (address addr, bytes3 name, uint256 denom) {}
    function register(bytes3 name, uint256 denom) {}
    function unregister() {}
}