Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sluder committed Jul 18, 2023
1 parent 347eae7 commit 863f460
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/dex-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ console.log(transaction.isSigned);

<br>

<details>
<summary><code>payments(): PayToAddress[]</code> Get the address payments made for the Tx</summary>

##### Using

```js
console.log(transaction.payments);
```
</details>

<br>

<details>
<summary><code>status(): TransactionStatus</code> Get the current status of the transaction</summary>

Expand Down

0 comments on commit 863f460

Please sign in to comment.