Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
feat(swift-sdk): update docs for swift sdk v1.0.0 (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Villanueva <[email protected]>
  • Loading branch information
petarTxFusion and MexicanAce authored Mar 25, 2024
1 parent 7942df6 commit 644b923
Show file tree
Hide file tree
Showing 9 changed files with 1,542 additions and 434 deletions.
18 changes: 15 additions & 3 deletions docs/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,9 @@ export const enSidebar = sidebar({
"/build/sdks/python/accounts",
"/build/sdks/python/accounts-l1-l2",
"/build/sdks/python/contracts",
"/build/sdks/python/types"
"/build/sdks/python/types",
"/build/sdks/python/features",
"/build/sdks/python/utils"
],
},
{
Expand Down Expand Up @@ -455,17 +457,27 @@ export const enSidebar = sidebar({
"/build/sdks/java/getting-started",
"/build/sdks/java/providers",
"/build/sdks/java/accounts",
"/build/sdks/java/accounts-l1-l2"
"/build/sdks/java/accounts-l1-l2",
"/build/sdks/java/contracts",
"/build/sdks/java/features",
"/build/sdks/java/paymaster-utils",
"/build/sdks/java/types",
"/build/sdks/java/utils"
],
},
{
text: "Swift",
collapsible: true,
children: [
"/build/sdks/swift/getting-started",
"/build/sdks/swift/clients",
"/build/sdks/swift/accounts",
"/build/sdks/swift/accounts-l1-l2",
"/build/sdks/swift/paymaster-utils"
"/build/sdks/swift/contracts",
"/build/sdks/swift/features",
"/build/sdks/swift/types",
"/build/sdks/swift/paymaster-utils",
"/build/sdks/swift/utils"
],
},
{
Expand Down
3 changes: 1 addition & 2 deletions docs/build/sdks/swift/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ to the method specification [`RequestExecute`](accounts.md#requestexecute).
## Base cost

`WalletL1` and `Wallet` objects provide an option to calculate base cost for L2 transaction. For more information, please refer to the
method specification [`BaseCost`](accounts.md#basecost).
method specification [`BaseCost`](accounts.md#getBaseCost).

## Claim failed deposit

`WalletL1` and `Wallet` objects provide a claim fail deposit workflow. For more information, please refer to the method specification
[`ClaimFailedDeposit`](accounts.md#claimfaileddeposit).

## Withdrawal

Expand Down
Loading

0 comments on commit 644b923

Please sign in to comment.