Skip to content

Commit

Permalink
📝 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
satyawikananda committed Aug 9, 2020
1 parent 34e0eea commit 139e230
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ let getUnreadHistory = denovo.getUnreadHistory()
getUnreadHistory.then((data) => console.log(data))
```

* To get data wallet transaction, you can use getWalletTrans function

```js
let getWalletTrans = denovo.getWalletTrans(1, 10)
getWalletTrans.then((data) => console.log(data))
```

* To logout from your ovo account, you can use logout function

```js
Expand All @@ -100,6 +107,7 @@ deno run --allow-net ./example/index.ts
| `getRefBank` ||
| `getAllNotification` ||
| `getUnreadHistory` ||
| `getWalletTransaction` ||
| `logout` ||
| `generateTrxId` ||
| `transferOvo` ||
Expand Down

0 comments on commit 139e230

Please sign in to comment.