NEARChain constructor

NEARChain()

Implementation

NEARChain()
    : super(
          name: 'near',
          mainnet: WalletSetting(
              bip44Path: NEAR_PATH,
              addressType: AddressType.REGULAR,
              regExp: NEAR_ADDRESS_REG),
          testnet: WalletSetting(
              bip44Path: NEAR_PATH,
              addressType: AddressType.REGULAR,
              regExp: NEAR_ADDRESS_REG));