@polkadot/types
Version:
Implementation of the Parity codec
19 lines (18 loc) • 476 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const runtime_js_1 = require("./runtime.js");
exports.default = {
rpc: {},
runtime: runtime_js_1.runtime,
types: {
XcmPaymentApiError: {
_enum: [
'Unimplemented',
'VersionedConversionFailed',
'WeightNotComputable',
'UnhandledXcmVersion',
'AssetNotFound'
]
}
}
};
;