mapping.ts 405 B

12345678910
  1. export {
  2. contentDirectory_EntitySchemaSupportAdded,
  3. contentDirectory_EntityRemoved,
  4. contentDirectory_EntityCreated,
  5. contentDirectory_EntityPropertyValuesUpdated,
  6. } from './entity'
  7. export { contentDirectory_TransactionCompleted, contentDirectory_TransactionFailed } from './transaction'
  8. // Only one time to seed the database
  9. // export { system_ExtrinsicSuccess } from './initializeDefaultSchemas'