summaryrefslogtreecommitdiff
path: root/wallet/wallet-core.md
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/wallet-core.md')
-rw-r--r--wallet/wallet-core.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index 3b151b32..331b9144 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -63,7 +63,6 @@ This file is auto-generated from [wallet-core](https://git.taler.net/wallet-core
## Operation Reference
### InitWalletOp
```typescript
-// group: Initialization
/**
* Initialize wallet-core.
*
@@ -84,7 +83,6 @@ export type InitWalletOp = {
### GetBalancesOp
```typescript
-// group: Basic Wallet Information
/**
* Get current wallet balance.
*/
@@ -113,7 +111,6 @@ export interface Balance {
### GetTransactionsOp
```typescript
-// group: Managing Transactions
/**
* Get transactions.
*/
@@ -529,7 +526,6 @@ export interface RetryTransactionRequest {
### GetWithdrawalDetailsForAmountOp
```typescript
-// group: Withdrawals
/**
* Get details for withdrawing a particular amount (manual withdrawal).
*/
@@ -662,7 +658,6 @@ export interface AcceptManualWithdrawalResult {
### PreparePayForUriOp
```typescript
-// group: Merchant Payments
/**
* Prepare to make a payment
*/
@@ -850,7 +845,6 @@ export interface ApplyRefundResponse {
### PrepareTipOp
```typescript
-// group: Tipping
/**
* Query and store information about a tip.
*/
@@ -924,7 +918,6 @@ export interface AcceptTipRequest {
### ListExchangesOp
```typescript
-// group: Exchange Management
/**
* List exchanges known to the wallet.
*/
@@ -1049,7 +1042,6 @@ export interface WalletCurrencyInfo {
### CreateDepositGroupOp
```typescript
-// group: Deposits
/**
* Create a new deposit group.
*
@@ -1106,7 +1098,6 @@ export interface TrackDepositGroupResponse {
### ExportBackupRecoveryOp
```typescript
-// group: Backups
/**
* Export the recovery information for the wallet.
*/
@@ -1359,7 +1350,6 @@ export type ExportBackupPlainOp = {
### InitiatePeerPushPaymentOp
```typescript
-// group: Peer Payments
/**
* Initiate an outgoing peer push payment.
*/
@@ -1518,7 +1508,6 @@ export interface AcceptPeerPullPaymentRequest {
### ExportDbOp
```typescript
-// group: Database Management
/**
* Exoport the wallet database's contents to JSON.
*/
@@ -1555,7 +1544,6 @@ export type RecycleOp = {
### RunIntegrationTestOp
```typescript
-// group: Testing and Debugging
/**
* Run a simple integration test on a test deployment
* of the exchange and merchant.