Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman authored Oct 27, 2023
1 parent 4b2f82c commit ef8ac62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ const transaction = await kit.purchase({
// Get recent transactions
kit.getRecentTransactions();

// Get receipt
const receipt = await kit.readReceipt();

// Listen to events
kit.addListener('transactions', (event) => {
if (event.kind === 'transactions') {
console.log(event.transaction);
Expand Down

0 comments on commit ef8ac62

Please sign in to comment.