UNPKG

311 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/types authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4/**
5 * Convert the Metadata (which is an alias) to latest
6 * @internal
7 **/
8// eslint-disable-next-line @typescript-eslint/no-unused-vars
9export function toLatest(registry, v14, _metaVersion) {
10 return v14;
11}
\No newline at end of file