Skip to content

Latest commit

 

History

History

contacts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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, ignore_errors) - 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. Modal errors messages can be supressed by setting ignore_errors to true.

- back to top


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