UNPKG

@polkadot/types

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