check has vest on
npm install @alextfernandes/myvestplugincheck has vest on
``bash`
npm install @alextfernandes/myvestplugin
npx cap sync
* echo(...)
* checkVestPluginMethod(...)
* Interfaces
`typescript`
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
--------------------
`typescript`
checkVestPluginMethod(options: { imageString: string; showLogs?: boolean; }) => Promise
| Param | Type |
| ------------- | --------------------------------------------------------- |
| options | { imageString: string; showLogs?: boolean; } |
Returns: Promise<VestCheckResult>
--------------------
#### VestCheckResult
| Prop | Type |
| ---------------- | -------------------- |
| hasVest | boolean |
| message | string |
| confidence` | number |