UNPKG

@polkadot/types

Version:
9 lines (8 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSiName = void 0; function getSiName(lookup, type) { const typeDef = lookup.getTypeDef(type); return typeDef.lookupName || typeDef.type; } exports.getSiName = getSiName;