successful TxHash of DenyAssignmentTx
const DENY_ASSIGMENT_TX = await prepareDenyAssignmentTx(wallet, andamioConfig, props.assignment);const res = await DENY_ASSIGMENT_TX.runTx();console.log(res); Copy
const DENY_ASSIGMENT_TX = await prepareDenyAssignmentTx(wallet, andamioConfig, props.assignment);const res = await DENY_ASSIGMENT_TX.runTx();console.log(res);
Generated using TypeDoc
Example