Skip to content

Commit b385a43

Browse files
committed
update docs
1 parent 7370d57 commit b385a43

3 files changed

Lines changed: 307 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ Please:
2828
- **Do not use in production**
2929
- **Do not use a Ledger device with funds for development purposes.**
3030
- **Have a separate and marked device that is used ONLY for development and testing**
31-
# Pendulum 1.1.x
31+
# Pendulum 2.2.x
3232

3333
## System
3434

3535
| Name | Nano S | Nano S XL | Nano SP/X | Nesting | Arguments |
3636
| ----------------------- | ------ | --------- | --------- | ------- | --------------------------------- |
37-
| Fill block | | | | | `Perbill`ratio<br/> |
3837
| Remark | | | | | `Bytes`remark<br/> |
3938
| Set heap pages | | | | | `u64`pages<br/> |
4039
| Set code | | | | | `Vecu8`code<br/> |
@@ -284,6 +283,7 @@ Please:
284283
| Batch all | | | | | `VecCall`calls<br/> |
285284
| Dispatch as | | | | | `BoxPalletsOrigin`as_origin<br/>`Call`call<br/> |
286285
| Force batch | | | | | `VecCall`calls<br/> |
286+
| With weight | | | | | `Call`call<br/>`Weight`weight<br/> |
287287

288288
## Currencies
289289

@@ -313,3 +313,9 @@ Please:
313313
| Transfer multiasset with fee | | | | | `BoxVersionedMultiAsset`asset<br/>`BoxVersionedMultiAsset`fee<br/>`BoxVersionedMultiLocation`dest<br/>`WeightLimit`dest_weight_limit<br/> |
314314
| Transfer multicurrencies | | | | | `VecTupleCurrencyIdBalance`currencies<br/>`u32`fee_item<br/>`BoxVersionedMultiLocation`dest<br/>`WeightLimit`dest_weight_limit<br/> |
315315
| Transfer multiassets | | | | | `BoxVersionedMultiAssets`assets<br/>`u32`fee_item<br/>`BoxVersionedMultiLocation`dest<br/>`WeightLimit`dest_weight_limit<br/> |
316+
317+
## VestingManager
318+
319+
| Name | Nano S | Nano S XL | Nano SP/X | Nesting | Arguments |
320+
| ----------------------- | ------ | --------- | --------- | ------- | ---------------------------------------------------- |
321+
| Remove vesting schedule | | | | | `AccountIdLookupOfT`who<br/>`u32`schedule_index<br/> |

0 commit comments

Comments
 (0)