We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const query: IContactQuery = { username: searchString, address: '' } const options: IQueryOptions = { localOnly: false, remoteOnly: false, limit: 20, wait: 8, filter: QueryOptions.FilterType.NO_FILTER, exclude: [] } const queryId = await Textile.contacts.search(query, options)
Ideally you could have the option to just pass
const queryId = await Textile.contacts.search("Andrew")
Before close, update a tour of textile docs to reflect new sig
The text was updated successfully, but these errors were encountered:
To match the js-http-lib, it could possibly be,
Textile.contacts.search(name?: string, address?: string, options?: IQueryOptions)
Sorry, something went wrong.
No branches or pull requests
Ideally you could have the option to just pass
Before close, update a tour of textile docs to reflect new sig
The text was updated successfully, but these errors were encountered: