UNPKG

@polkadot/types

Version:
12 lines (11 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toLatest = void 0; /** * Convert the Metadata (which is an alias) to latest * @internal **/ function toLatest(_registry, v15, _metaVersion) { return v15; } exports.toLatest = toLatest;