Skip to content

Commit

Permalink
temp circumvent links server error and add back missing api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zklimaleo committed Nov 25, 2024
1 parent c00c235 commit 3f489c4
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}/solution/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 3f489c4

Please sign in to comment.