BridgeNetworkProperties constructor

BridgeNetworkProperties({
  1. required int ss58Format,
  2. required List<int> tokenDecimals,
  3. required List<String> tokenSymbol,
})

Implementation

BridgeNetworkProperties({
  required this.ss58Format,
  required this.tokenDecimals,
  required this.tokenSymbol,
});