-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dead explorer APIs + Move Network enum to Models namespace
- Loading branch information
1 parent
ca93b88
commit 0db8d20
Showing
4 changed files
with
31 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// SharpPusher | ||
// Copyright (c) 2017 Coding Enthusiast | ||
// Distributed under the MIT software license, see the accompanying | ||
// file LICENCE or http://www.opensource.org/licenses/mit-license.php. | ||
|
||
namespace SharpPusher.Models | ||
{ | ||
public enum Networks | ||
{ | ||
Bitcoin, | ||
BitcoinTestnet, | ||
BitcoinCash, | ||
BitcoinSV, | ||
Dogecoin, | ||
Litecoin, | ||
Monero, | ||
Zcash, | ||
Ethereum, | ||
EthereumTestnet, | ||
Dash, | ||
Ripple, | ||
Groestlcoin, | ||
Stellar, | ||
Cardano, | ||
Mixin, | ||
Tezos, | ||
EOS, | ||
BitcoinABC | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters