successful TxHash of StudentRemoveAssignmentTx
How to use in Andamio Starter:
const REMOVE_ASSIGMENT_TX = await prepareStudentRemoveAssignmentTx(wallet, andamioConfig, props.assignment);const res = await REMOVE_ASSIGMENT_TX.runTx();console.log(res); Copy
const REMOVE_ASSIGMENT_TX = await prepareStudentRemoveAssignmentTx(wallet, andamioConfig, props.assignment);const res = await REMOVE_ASSIGMENT_TX.runTx();console.log(res);
Generated using TypeDoc
Example
How to use in Andamio Starter: