Get list of widgets that have already been posted.
0.1.0
getPostedWidgets({ programId: "<your program id>"}).then((res) => console.log(res)) Copy
getPostedWidgets({ programId: "<your program id>"}).then((res) => console.log(res))
Generated using TypeDoc
Description
Get list of widgets that have already been posted.
Async
Since
0.1.0
Example