File tree Expand file tree Collapse file tree 1 file changed +25
-26
lines changed
Expand file tree Collapse file tree 1 file changed +25
-26
lines changed Original file line number Diff line number Diff line change @@ -119,37 +119,36 @@ For more examples, see the [Examples](https://github.com/wireless90/IotaWallet.N
119119# Supported Commands/Queries
120120
121121## Wallet
122- ### Commands
123122
124- Commands | Requires
125- ------------ - | ------------ -
126- StoreMnemonicAsync | mnemonic : String
127- CreateAccountAsync | username : String
128- VerifyMnemonicAsync | mnemonic : String
129123
124+ Commands |
125+ ------------ - |
126+ CreateAccount |
127+ StoreMnemonic |
128+ VerifyMnemonic |
130129
131- ### Queries
132-
133- Queries | Requires
134- -------- - | ---------- -
135- GetAccountAsync | username : String
136- GetAccountsAsync | -
137- GetNewMnemonicAsync | -
130+ Queries |
131+ -------- - |
132+ GetAccount |
133+ GetAccounts |
134+ GetNewMnemonic |
138135
139136## Account
140137
141- ### Commands
142-
143- Commands | Requires
144- ------------ - | ------------ -
145- SyncAccountAsync | -
146- SendAmountAsync | [{address : String , amount : String }]
147- RequestFromFaucet | {address : String , url : String }]
148- GenerateAddressesAsync | numberOfAddresses : int , typeOfNetwork : NetworkType
149-
150- ### Queries
138+ Commands |
139+ ------------ - |
140+ BurnNativeTokens |
141+ BurnNft |
142+ ClaimOutputs |
143+ CreateAliasOutput |
144+ GenerateAddresses |
145+ MeltNativeTokens |
146+ MintNativeTokens |
147+ MintNfts |
148+ RequestFromFaucet |
149+ SendAmount |
150+ SendNativeTokens |
151+ SendNfts |
152+ SyncAccount |
151153
152154
153- Queries | Requires
154- -------- - | ---------- -
155- GetBalanceAsync | username : String
You can’t perform that action at this time.
0 commit comments