7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
|
import { Actor } from './actor.js';
|
||
|
|
||
|
/**
|
||
|
* Purpose: Enable staking reputation to enter the pool of workers
|
||
|
*/
|
||
|
export class Availability extends Actor {}
|