As a developer,
I want to let my applications request users to switch between mainnet / testnet.
So that applications can run on specified networks only / have different network configurations.
Acceptance Criteria
Add switchChain and getChain (or similar) Bitcoin methods.
Story
As a developer, I want to let my applications request users to switch between mainnet / testnet. So that applications can run on specified networks only / have different network configurations.
Acceptance Criteria
Add
switchChain
andgetChain
(or similar) Bitcoin methods.