Commit 12c2bcf
authored
feat(account-api): add missing
Those methods were already implemented in the
`multichain-account-service`. We now add them at API level so we can
rely on the API type `MultichainAccountWallet` to execute those
operations.
> [!NOTE]
> The name are also different now, to emphasis more on the actual
operations being run on on the "blockchain accounts" themselves:
`<operation>Accounts`{align,discover}Accounts (#368)1 parent 7201a90 commit 12c2bcf
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
115 | 127 | | |
116 | 128 | | |
117 | 129 | | |
| |||
0 commit comments