Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IWantTo.md #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/IWantTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ There are many other constructor overloads for initiating `IssueTokens` it's wor

_Responder flow:_ `IssueTokensHandler`

_Conidential version:_ `ConfidentialIssueTokens`, _responder_: `ConfidentialIssueTokensHandler`
_Confidential version:_ `ConfidentialIssueTokens`, _responder_: `ConfidentialIssueTokensHandler`

**Inline**

Expand Down Expand Up @@ -211,7 +211,7 @@ Call these flows for one `TokenType` at a time. If you need to do multiple insta
flow, calling `addMoveTokens` for each token.
As previously confidential versions generate new identities for use in output states.

#### Moving tokens fungible tokens
#### Moving fungible tokens

This family of flows chooses held amount of given token from vault. If you want to provide other criteria (for example tokens that
come only from one issuer) use `queryCriteria`. `QueryUtilities` module provides many useful helpers i.e. `tokenAmountWithIssuerCriteria`.
Expand Down Expand Up @@ -469,4 +469,4 @@ All flows from `token-sdk` will use this notary. If you want to use it from your
val notary = getPreferredNotary(serviceHub)
// And pass it to transaction builder
TransactionBuilder(notary = notary)
```
```