Skip to content

Commit

Permalink
Update general.md add transactionType
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandtH22 committed Aug 8, 2023
1 parent 87f7365 commit e07c527
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/walletconnect/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e07c527

Please sign in to comment.