package fucoin.gui; public interface WalletControl { void leave(); void send(String address, int amount); }