Skip to content

Commit

Permalink
Update website/docs/jellyfish/api/account.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
siradji and fuxingloh authored Jun 21, 2021
1 parent 383e106 commit 1d81213
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions website/docs/jellyfish/api/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,11 @@ interface AccountHistoryCountOptions {
Creates a transfer transaction from your accounts balances.

```ts title="client.account.sendTokensToAddress()"

interface Account {
interface account {
sendTokensToAddress (
from: AddressBalances,
to: AddressBalances,
options: SendTokensOptions = { selectionMode: SelectionModeType.PIE }
from: AddressBalances,
to: AddressBalances,
options: SendTokensOptions = { selectionMode: SelectionModeType.PIE }
): Promise<string>
}

Expand All @@ -293,4 +292,4 @@ interface AddressBalances {
interface SendTokensOptions {
selectionMode: SelectionModeType
}
```
```

0 comments on commit 1d81213

Please sign in to comment.