mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
bip-xchgrate: Define rate
This commit is contained in:
parent
94a5b53935
commit
125e0cc931
@ -35,6 +35,8 @@ Currency code(s) used herein are defined as such:
|
|||||||
* XBT is defined as 100000000 satoshis (commonly known as 1 BTC).
|
* XBT is defined as 100000000 satoshis (commonly known as 1 BTC).
|
||||||
* Strings longer than 3 characters may be used for currencies without an applicable code. (If a shorter code is desired despite this, it may be padded with space(s) to the left until it is 4 characters. Software MAY strip these spaces.)
|
* Strings longer than 3 characters may be used for currencies without an applicable code. (If a shorter code is desired despite this, it may be padded with space(s) to the left until it is 4 characters. Software MAY strip these spaces.)
|
||||||
|
|
||||||
|
Rate is defined as: <code>primaryCurrencyValue / rate = secondaryCurrencyValue</code>
|
||||||
|
|
||||||
===Enumerating supported currency-pair tokens===
|
===Enumerating supported currency-pair tokens===
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user