blacklistrc 0.0.1

BRC: Blacklist Request for Comment
Documentation
1
2
3
4
5
pub enum NetworkType {
    Mainnet,
    Testnet,
    Custom(String),
}