You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md shows privateKey: Buffer.from('...'), but I assume the privateKey expects only string, or not?
Would fix this typo to avoid confusion as setting Buffer in privateKey actually won't work.
README.md shows
privateKey: Buffer.from('...'), but I assume the privateKey expects only string, or not?Would fix this typo to avoid confusion as setting Buffer in privateKey actually won't work.