Contacts Module

Contacts Functions & Variables

The Contacts Module features the following functions:


contacts.get(id) - back to top

This function will return a contact object based upon the provided id.

If the contact id is not provided it will instead return an array containing all of the contact objects.

- back to top


contacts.new(name, address, blockchain, fields, callback) - back to top

This function will take the required name, address, blockchain and fields and create a new contact, then perform the callback function upon completion.

- back to top


  1. Related Articles
  2. Back to Modules
  3. Accounts
  4. API
  5. Buttons
  6. Contacts
  7. Blockchains
  8. Data
  9. Filters
  10. Forms
  11. Security
  12. Styles
  13. Templates
  14. Table of Contents