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
Adds `trustProxy` option to HMAC_SHA1 and Provider constructor.
It overloads the Provider constructor with the third argument being either a nonceStore or an options object (for a nonceStore, a signer and the trustProxy flag):
new Provider(key: string, secret: string, options: NonceStore|Options, signer: Algo)
0 commit comments