getChain static method

Chain getChain(
  1. Network network
)

Implementation

static Chain getChain(Network network) {
  return chains[network]!;
}