Skip to content

Commit

Permalink
Merge pull request #7 from AleoNet/ci-fix
Browse files Browse the repository at this point in the history
Temp circumvent links server error and add back missing api docs
  • Loading branch information
zkxuerb authored Dec 2, 2024
2 parents 0cfd609 + 8647f2d commit 54086bc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/guides/aleo/07_tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Aleo instructions support for Sublime's LSP plugin is provided through a languag

### Install

<!-- markdown-link-check-disable -->
1. Install [LSP](https://packagecontrol.io/packages/LSP) and [LSP-leo](https://packagecontrol.io/packages/LSP-leo) from Package Control.
2. Restart Sublime.
<!-- markdown-link-check-enable -->

### Usage

Expand Down
23 changes: 23 additions & 0 deletions documentation/references/apis/23_transaction_broadcast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
id: transaction_broadcast
title: Transaction Broadcast
sidebar_label: Transaction Broadcast
---

```bash title=ENDPOINT
POST /{network}/transaction/broadcast
```

Broadcasts the transaction to the ledger.

### Body

| Type | Description |
|:------:|:---------------------------------------:|
| string | The serialized transaction to broadcast |

### Response

| Parameter | Type | Description |
|:---------:|:------:|:-----------------------------------------------:|
| `result` | string | The status of the transaction broadcast attempt |

0 comments on commit 54086bc

Please sign in to comment.