Skip to content

Commit

Permalink
[worker] add todo for encointer worker
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Apr 10, 2024
1 parent f21fad8 commit ab2e0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/worker-api/src/encointerWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import type {KeyringPair} from "@polkadot/keyring/types";
import {Worker} from "@encointer/worker-api/worker.js";
import type {AccountId, Balance, Moment} from "@polkadot/types/interfaces/runtime";

// Todo: This code is a WIP and will not work as is: https://github.com/encointer/encointer-js/issues/91

export class EncointerWorker extends Worker {

public cidFromStr(cidStr: String): CommunityIdentifier {
Expand Down

0 comments on commit ab2e0d8

Please sign in to comment.