Skip to content

Commit

Permalink
fix: awake peer type in options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Dec 6, 2022
1 parent ab321fc commit 144048b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/access-client/src/awake/peer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ import * as u8 from 'uint8arrays'
import { decodeDelegations, encodeDelegations } from '../encoding.js'
import * as Messages from './messages.js'

/**
* @template {UCAN.Signer} T
*/
export class Peer {
/**
* @param {{
* channel: import('./types').Channel;
* agent: import('../agent').Agent<T>;
* channel: import('./types').Channel
* agent: import('../agent').Agent
* }} opts
*/
constructor(opts) {
Expand Down

0 comments on commit 144048b

Please sign in to comment.