Skip to content

Commit b2a581b

Browse files
committed
[list actions] Update readme
1 parent 5bddd82 commit b2a581b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ Returns the withdrawal queue for a specific user.
400400
401401
#### Arguments:
402402
403-
| Name | Type | Type |
404-
|------|------|-------------|
405-
| userAddress | `string` | **Yes** |
406-
| vaultAddress | `string` | **Yes** |
403+
| Name | Type | Required |
404+
|------|------|----------|
405+
| userAddress | `string` | **Yes** |
406+
| vaultAddress | `string` | **Yes** |
407407
408408
#### Returns:
409409
@@ -444,7 +444,7 @@ Returns the running vault validators.
444444
445445
#### Arguments:
446446
447-
| Name | Type | Type |
447+
| Name | Type | Required |
448448
|------|------|-------------|
449449
| vaultAddress | `string` | **Yes** |
450450
| limit | `number` | **Yes** | To implement pagination |
@@ -488,7 +488,7 @@ Returns the master data of the vault
488488
489489
#### Arguments:
490490
491-
| Name | Type | Type |
491+
| Name | Type | Required |
492492
|------|------|-------------|
493493
| vaultAddress | `string` | **Yes** |
494494
@@ -565,7 +565,7 @@ How much a user can withdraw
565565
566566
#### Arguments:
567567
568-
| Name | Type | Type | Info |
568+
| Name | Type | Required | Info |
569569
|------|------|-------------|-------|
570570
| ltvPercent | `bigint` | **Yes** | [sdk.osToken.getBaseData](#sdkostokengetbasedata) |
571571
| mintedAssets | `bigint` | **Yes** | [sdk.osToken.getPosition](#sdkostokengetposition) |
@@ -618,7 +618,7 @@ Getting user's balance in the vault
618618
619619
#### Arguments:
620620
621-
| Name | Type | Type |
621+
| Name | Type | Required |
622622
|------|------|-------------|
623623
| userAddress | `string` | **Yes** |
624624
| vaultAddress | `string` | **Yes** |
@@ -865,7 +865,7 @@ Convert osToken to ETH
865865
866866
#### Arguments:
867867
868-
| Name | Type | Type |
868+
| Name | Type | Required |
869869
|------|------|-------------|
870870
| amount | `bigint` | **Yes** |
871871
@@ -889,7 +889,7 @@ Convert ETH to osToken
889889
890890
#### Arguments:
891891
892-
| Name | Type | Type |
892+
| Name | Type | Required |
893893
|------|------|-------------|
894894
| amount | `bigint` | **Yes** |
895895

0 commit comments

Comments
 (0)