@snowfork/snowbridge-types
Version:
Type definitions for the Snowbridge parachain
19 lines • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bundle = exports.definition = void 0;
const v1_1 = require("./v1");
exports.definition = {
alias: v1_1.alias,
types: [
{
minmax: [0, undefined],
types: v1_1.types,
},
],
};
exports.bundle = {
spec: {
snowbridge: exports.definition,
},
};
//# sourceMappingURL=index.js.map