In this section you'll use a keyring to sign an extrinsic.
How to send tokens using Polkadot API
// Sign and send a transfer from Alice to BobconsttxHash=awaitapi.tx.balances.transfer(BOB,12345).signAndSend(alice);// Show the hashconsole.log(`Submitted with hash ${txHash}`);