blockchain icon indicating copy to clipboard operation
blockchain copied to clipboard

Blockchains should not include a config

Open TGOlson opened this issue 7 years ago • 0 comments

Blockchain interpretation should be left to clients. All functions that take a BlockchainWithConfig -> a should instead take BlockchainConfig -> Blockchain -> a

TGOlson avatar Aug 28 '17 21:08 TGOlson