@xyo-network/shared
v5.3.30
Published
Primary SDK for using XYO Protocol 2.0
Downloads
3,976
Keywords
Readme
@xyo-network/shared
Primary SDK for using XYO Protocol 2.0
Install
Using npm:
npm install {{name}}Using yarn:
yarn add {{name}}Using pnpm:
pnpm add {{name}}Using bun:
bun add {{name}}License
See the LICENSE file for license rights and limitations (LGPL-3.0-only).
Reference
packages
shared
### .temp-typedoc
### interfaces
### <a id="Job"></a>JobProperties
name
name: string;onComplete?
optional onComplete?: VoidFunction;onFail?
optional onFail?: VoidFunction;onStart?
optional onStart?: VoidFunction;onSuccess?
optional onSuccess?: VoidFunction;schedule
schedule: string;task
task: Task; ### <a id="JobProvider"></a>JobProviderAccessors
jobs
Get Signature
get jobs(): Job[];Returns
Job[]
### type-aliases
### <a id="VoidFunction"></a>VoidFunctiontype VoidFunction = (...anyArguments) => void;Parameters
anyArguments
...unknown[]
Returns
void
