Updated deserialization of transaction

This commit is contained in:
ASCorreia
2024-05-15 19:43:56 +01:00
committed by GitHub
parent 7b17c10d4e
commit 4bc60eb040

View File

@@ -40,9 +40,9 @@ umi.use(signerIdentity(createSignerFromKeypair(umi, keypair)));
// }
// )
// let result = await tx.sendAndConfirm(umi).then(r => r.signature.toString());
// console.log(result);
// let result = await tx.sendAndConfirm(umi);
// console.log(bs58.encode(result.signature));
} catch(e) {
console.error(`Oops, something went wrong: ${e}`)
}
})();
})();