Skip to content

Commit

Permalink
Addind Extends
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Oct 15, 2024
1 parent 55e683d commit cd12b1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions ARCs/arc-0026.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type: Standards Track
category: Interface
sub-category: General
created: 2022-04-21
extended-by: 78
---

## Abstract
Expand Down
9 changes: 5 additions & 4 deletions ARCs/arc-0026-k.md → ARCs/arc-0078.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
arc: 26-k
arc: 78
title: URI scheme, keyreg extension
description: A specification for encoding Key Registration Transactions in a URI format.
author: Tasos Bitsios (@tasosbit)
Expand All @@ -8,6 +8,7 @@ type: Standards Track
category: Interface
sub-category: General
created: 2024-10-02
extends: 26
---

## Abstract
Expand Down Expand Up @@ -78,7 +79,7 @@ As in the base [ARC-26](./arc-0026.md) standard, the scheme component ("algorand

This section contains encoding examples. The raw transaction object is presented along with the resulting ARC-26-K URI encoding.

#### Encoding with minimum fee
#### Encoding with minimum fee

The following raw keyreg transaction:

Expand All @@ -101,7 +102,7 @@ The following raw keyreg transaction:
}
```

Will result in this ARC-26-K encoded URI:
Will result in this ARC-26-K encoded URI:

```
algorand://7IBEAXHK62XEJATU6Q4QYQCDFY475CEKNXGLYQO6QSGCLVMMK4SLVTYLMY?
Expand Down Expand Up @@ -144,7 +145,7 @@ The following raw keyreg transaction:
}
```

Will result in this ARC-26-K encoded URI:
Will result in this ARC-26-K encoded URI:

```
algorand://7IBEAXHK62XEJATU6Q4QYQCDFY475CEKNXGLYQO6QSGCLVMMK4SLVTYLMY?
Expand Down

0 comments on commit cd12b1b

Please sign in to comment.