Skip to content

Commit

Permalink
🤖 Documentation auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2023
1 parent 1709390 commit af0f788
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,18 +460,18 @@ Represents an amount of tokens.

#### Methods

- [fromE8s](#gear-frome8s)
- [fromUlps](#gear-fromulps)
- [fromString](#gear-fromstring)
- [fromNumber](#gear-fromnumber)
- [toUlps](#gear-toulps)

##### :gear: fromE8s
##### :gear: fromUlps

Initialize from a bigint. Bigint are considered ulps.

| Method | Type |
| --------- | -------------------------------------------------------------------------- |
| `fromE8s` | `({ amount, token, }: { amount: bigint; token: Token; }) => TokenAmountV2` |
| Method | Type |
| ---------- | -------------------------------------------------------------------------- |
| `fromUlps` | `({ amount, token, }: { amount: bigint; token: Token; }) => TokenAmountV2` |

Parameters:

Expand Down

0 comments on commit af0f788

Please sign in to comment.