successful TxHash of AcceptAssignmentTx
How to use in Andamio Starter:
const ACCEPT_ASSIGMENT_TX = await prepareAcceptAssignmentTx(wallet, andamioConfig, props.assignment);const res = await ACCEPT_ASSIGMENT_TX.runTx();console.log(res); Copy
const ACCEPT_ASSIGMENT_TX = await prepareAcceptAssignmentTx(wallet, andamioConfig, props.assignment);const res = await ACCEPT_ASSIGMENT_TX.runTx();console.log(res);
Where props.assignment is used to pass a valid AssignmentUTxO from a front-end query
props.assignment
AssignmentUTxO
Generated using TypeDoc
Example
How to use in Andamio Starter:
Where
props.assignment
is used to pass a validAssignmentUTxO
from a front-end query