Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Put getStreamRaw back
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanSparker committed Sep 2, 2022
1 parent a014110 commit f09c669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mean-dao/msp",
"version": "3.0.0-alpha.12",
"version": "3.0.0-alpha.13",
"description": "MSP Typescript SDK",
"private": false,
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions src/msp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ export class MSP {
return getStream(this.program, id);
}

public async getStreamRaw(id: PublicKey): Promise<any> {
return getStreamRaw(this.program, id);
}

public async refreshStream(
streamInfo: any,
hardUpdate = false,
Expand Down

0 comments on commit f09c669

Please sign in to comment.