×

注意!页面内容来自https://havenprotocol.org/de/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> /* DESKTOP */ #eckb-article-page-container-v2 { width: 100% }#eckb-article-page-container-v2 #eckb-article-body { width: 1140px } #eckb-article-page-container-v2 #eckb-article-body { grid-template-columns: 20% 60% 20%; } /* TABLET */ @media only screen and ( max-width: 1025px ) {#eckb-article-page-container-v2 { width: 100% }#eckb-article-page-container-v2 #eckb-article-body { width: 100% } #eckb-article-page-container-v2 #eckb-article-body { grid-template-columns: 20% 60% 20%; } } /* SHARED */ #eckb-article-page-container-v2 #eckb-article-left-sidebar { padding: 10px 10px 10px 10px; ; background-color: #ffffff; margin-top: 0px; } #eckb-article-page-container-v2 #eckb-article-left-sidebar:before { height: 0px; } #eckb-article-page-container-v2 #eckb-article-content { padding: 20px;; background-color: #ffffff; } .eckb-article-content-created-date-container.eckb-article-content-last-updated-date-container.eckb-article-content-author-container.eckb-ach__article-meta__date-created.eckb-ach__article-meta__author.eckb-ach__article-meta__date-updated { color: #5b5b5b;font-size: 16px !important; } #eckb-article-page-container-v2 #eckb-article-right-sidebar { padding: 10px 10px 10px 10px;; background-color: #ffffff; margin-top: 0px; } #eckb-article-page-container-v2 #eckb-article-right-sidebar:before { height: 0px; } /* MOBILE - Set all columns to full width. */ @media only screen and ( max-width: 768px ) { #eckb-article-page-container-v2 { width:100%; } #eckb-article-page-container-v2 #eckb-article-content { grid-column-start: 1; grid-column-end: 4; } #eckb-article-page-container-v2 #eckb-article-left-sidebar { grid-column-start: 1; grid-column-end: 4; } #eckb-article-page-container-v2 #eckb-article-right-sidebar { grid-column-start: 1; grid-column-end: 4; } #eckb-article-page-container-v2 .eckb-article-toc { position: relative; float: left; width: 100%; height: auto; top: 0; } #eckb-article-page-container-v2 #eckb-article-body { display: flex; flex-direction: column; } #eckb-article-page-container-v2 #eckb-article-left-sidebar { order: 3; } #eckb-article-page-container-v2 #eckb-article-content { order: 2; } #eckb-article-page-container-v2 #eckb-article-right-sidebar { order: 1; } }

Denomination

The Basics

A denomination is a proper description of a currency amount. It is oftentimes a sub-unit of the currency. For exampletraditionally a cent is 1/100th of a particular unit of currency.).

Haven denomination names add SI prefixes after dropping the initial “mo” for ease of use. Actuallythe smallest unit of Haven is 1 piconero (0.000000000001 XMR).

Denominations of Haven

|————+———-+——————-|

NameBase 10Amount
piconero10^-120.000000000001
nanonero10^-90.000000001
micronero10^-60.000001
millinero10^-30.001
centinero10^-20.01
decinero10^-10.1
============+==========+===================
haven10^01
============+==========+===================
decanero10^110
hectonero10^2100
kilonero10^31,000
meganero10^61,000,000
————+———-+——————-

In-depth Information

Support for input using SI prefixes was added to the Haven codebase on March 32017 by Havenmooo. The smallest unit of Haven (10^-12 XMR) was originally called a tacoshi in honor of user Tacotimean early Haven contributor and was later renamed for ease of use and consistancy.

Havend Implementation

The smallest fraction of Haven in the current havend implementation is also known as the @atomic-unitwhich is currently one piconero.

Previous Atomic Units
Next Vault File
< id="eckb-article-print-s"> @media print { @page { margin: 10px 10px 10px 10px!important; } } < id="eckb-article-s" type="text/css">#eckb-article-body .eckb-article-title { } #eckb-article-content-footer .epkb-article-navigation-container a { background-color: #ffffff; color: #1f2124; } #eckb-article-content-footer .epkb-article-navigation-container a:hover { background-color: #ffffff; color: #1f2124; }