question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Added functionality

See original GitHub issue

This list could be much more useful if it contained an object for each coin instead of a parameter list:

{
    "name" : "Bitcoin",
    "symbol" : "bts",
    "uri" : { 
        "coin": "bitcoin",
        "amount" : "amount",
        "message" : "message",
        "label" : "label"
    }
}

The URI object would be particularly useful because it’s required for wallets that present QR codes. These URI’s don’t use the symbol, they use a long name for the currency an those lists aren’t easy to find freely. Also, many coin URI’s have a different set of terminology for the message. Some call it a memo. So, if you could normalize this through this library, it would be pretty powerful as well.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
radiovisualcommented, Jul 31, 2018

@wmbutler I like your proposed structure

{
    "bts" : { 
      "name" : "Bitcoin",
       "uri" : { 
          "coin": "bitcoin",
          "amount" : "amount",
          "message" : "message",
          "label" : "label"
       }
    }
}

👍

1reaction
wmbutlercommented, Jul 31, 2018

Two lists is probably not a great idea. What about this?

{
    "bts" : { 
      "name" : "Bitcoin",
       "uri" : { 
          "coin": "bitcoin",
          "amount" : "amount",
          "message" : "message",
          "label" : "label"
       }
    }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

added functionality collocation | meanings and examples of use
The added functionality aims to give users the power to curate the best content on the site. ... This example is from Wikipedia...
Read more >
Additional Functionality Definition | Law Insider
Additional Functionality means enhancements to the Product by the Partner, whether End User-specific or for all the Partner's End Users. Sample 1. Based...
Read more >
Added feature definition and meaning - Collins Dictionary
Added feature definition: You use added to say that something has more of a particular thing or quality. [...] | Meaning, pronunciation, translations...
Read more >
ADDED FEATURE Synonyms - Thesaurus.com
synonyms for added feature · additive · addendum · addition · appendix · bell · codicil · complement · continuation ...
Read more >
adds functionality | English examples in context - Ludwig
This enhanced version adds functionality for conversational interaction, improved natural language understanding, and unique features like negation ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found