Pinned Loading
-
sendTransaction.jsx
sendTransaction.jsx 1// define the recoveredAccount and being the logic to send a transaction
2sendTransaction = () => {
3let mnemonic = this.props.mnemonic;
4let recoveredAccount = algosdk.mnemonicToSecretKey(mnemonic);
5 -
startTransaction.jsx
startTransaction.jsx 1// starting transaction here with the account from mnemonic
2startTransaction = async recoveredAccount => {
3//Get the relevant params from the algod
4try {
5let params = await AlgorandClient.getTransactionParams();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.