Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated data-version as per https://rest-api.symphony.com/docs/messagemlv2

...

Code Block
languagexml
titlePresentationML
<div class="PresentationML" data-version-id="2.0">
    <div class="entity" data-entity-id="gbp">
        <b>UK Pounds Sterling</b>
    </div>
</div>

is a fiat currency whereas
<div class="PresentationML" data-version-id="2.0">
    <div class="entity" data-entity-id="xbt">
        <b>Bitcoin</b>
    </div>
</div>
is an unregulated crypto-currency.

...