From e07c52735c3e5607193f7f961050a2a7927f1747 Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:06:45 -0600 Subject: [PATCH] Update general.md add transactionType --- docs/walletconnect/general.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/walletconnect/general.md b/docs/walletconnect/general.md index 2fba7cb8f6..f1689d1a69 100644 --- a/docs/walletconnect/general.md +++ b/docs/walletconnect/general.md @@ -254,6 +254,17 @@ Gets the current sync status of the wallet. | `name` | `string` | The transaction's id. | | `memos` | [`Memo[]`](#memo) | The memos associated with the tx. | +### TransactionType + +| Name | Value | +| ------------------ | ----- | +| `Incoming` | 0 | +| `Outgoing` | 1 | +| `CoinbaseReward` | 2 | +| `FeeReward` | 3 | +| `IncomingTrade` | 4 | +| `OutgoingTrade` | 5 | + ### Peer :::note