1 may8089186055c/ElrondDevelopers 3years ago const { sessionId, error } = await sendTransactions({ transactions: [ { value: amount, data: 'Transaction', receiver: receiver }, ], }); Hi, I'm using this sendTransaction Function to send egld to oth... Read more