successful TxHash of UpdateModuleTx
How to use in Andamio Starter:
const UPDATE_COURSE_TX = await prepareUpdateModuleTx(
wallet,
andamioConfig,
props.selectedModuleUTxO,
props.newLearnerCS
);
const res = await UPDATE_COURSE_TX.runTx();
console.log(res);
Currently, this transaction allows the Course Creator to add a CurrencySymbol to the list of allowed Learners. There are other ways that a creator can update a CourseModule.
Generated using TypeDoc
with a Course Creator token