Mismatch between code example and type information
funwarioisii opened this issue · 1 comments
funwarioisii commented
About
docs/docs/typescript/thirdwebsdk.fromsigner.mdx
Lines 23 to 26 in 25c21ff
In this example, the second argument passes an object containing the clientId
and secretKey
.
However, the following type information shows that no object containing those two is passed.
The documentation needs to be corrected.
ciaranightingale commented
the options
paramter is of type SDKOptions which includes clientID & secretKey - they are required to instantiate the SDK. Hope this solves your concern