Mainframe-Archive / mainframe-os

Mainframe OS
https://mainframeos.com
MIT License
44 stars 9 forks source link

Adds filter options to selectContacts and selectContact in SDK #491

Open sourabhmodi20051 opened 5 years ago

sourabhmodi20051 commented 5 years ago

Issue #453 Updated contracts for selectContacts and selectContact

selectContacts(options?: { withWallet?: boolean }): Promise<Array<Contact>> selectContact(options?: { withWallet?: boolean }): Promise<?Contact>