initialChain property

  1. @override
String get initialChain
override

Chain currently selected for outgoing transactions. Starts at the initialChain constructor argument (defaulting to wallet.chain) and updates when the hosted checkout calls switchChain.

Implementation

@override
String get initialChain => _selectedChain;