monero-site/_i18n/de/resources/moneropedia/lease-set.md
Leza89 8d79f880dc German translation for getmonero.org
main:
 - [x] translated: de.yml - Status: peer-reviewed
 - [x] translated: lang\de\ - Status: peer-reviewed
 - [x] added: "de: Deutsch in other ymls"

resources:
 * untranslated: moneropedia - some terms added to match de.yml
 * untranslated: user guides
 * untranslated:  developer guides

Special thanks to ErCiccione and rodolfo912 as well as to rbrunner7
2019-01-30 19:56:29 +01:00

887 B

tags terms summary
kovri
LeaseSet
LeaseSets
Contains all currently authorized Leases for a particular I2P Destination

{% include untranslated.html %}

The Basics

A Lease-Set contains a set of authorized @leases (and other related information) for a particular @destination.

In-depth information

A Lease-Set contains:

  • all of the currently authorized @leases for a particular @destination
  • the public key to which garlic messages can be encrypted (see @garlic-routing)
  • the signing public key that can be used to revoke this particular version of the structure

The Lease-Set is one of the two structures stored in the @network-database (the other being @router-info), and is keyed under the SHA256 of the contained @destination.

Notes

For further details, read @Java-I2P's LeaseSet