Closed belopash closed 2 years ago
@eldargab I guess the only problem with types was typos in V2, thay you already have fixed in prev commits. I added Versioned* types to index.ts and prefixed all other types with Xcm. How can I generate interfaces?
Versioned*
@belopash , to generate interfaces run
node ops/xcm-typegen/lib/main.js
@eldargab I guess the only problem with types was typos in V2, thay you already have fixed in prev commits. I added
Versioned*
types to index.ts and prefixed all other types with Xcm. How can I generate interfaces?