Skip to content

Commit

Permalink
Clean up API presentation take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljperry committed Mar 15, 2024
1 parent 31a3373 commit a95c2bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHIPs/chip-0027.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Defined on a case-by-case basis.
```

**RETURNS**
```json
```py
{
"unsigned_transactions": [<unsigned_transaction>]
}
Expand All @@ -217,14 +217,14 @@ Defined on a case-by-case basis.
#### `gather_signing_info`

**ARGUMENTS**
```json
```py
{
"spends": [<spend>]
}
```

**RETURNS**
```json
```py
{
"signing_instructions": <signing_instructions>
}
Expand All @@ -235,15 +235,15 @@ Defined on a case-by-case basis.
#### `apply_signatures`

**ARGUMENTS**
```json
```py
{
"spends": [<spend>]
"signing_responses": [<signing_response>]
}
```

**RETURNS**
```json
```py
{
"signed_transactions": [<signed_transaction>]
}
Expand All @@ -254,16 +254,16 @@ Defined on a case-by-case basis.
#### `submit_transactions`

**ARGUMENTS**
```json
```py
{
"signed_transactions": [<signed_transaction>]
}
```

**RETURNS**
```json
```py
{
"mempool_ids": [...],
"mempool_ids": ["..."],
}
```

Expand Down

0 comments on commit a95c2bf

Please sign in to comment.