Skip to content

Commit

Permalink
sessions: arweave config reader
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Jul 31, 2024
1 parent dbac246 commit 7742baf
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sessions/src/tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type ConfigDataDump = {
presignedTransactions: PresignedConfigLink[]
}

export abstract class ConfigTracker {
export interface ConfigTracker {
loadPresignedConfiguration: (args: {
wallet: string
fromImageHash: string
Expand Down
Loading

0 comments on commit 7742baf

Please sign in to comment.