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
The isHex function is used in src/beta.ts to check if the transaction parameters are hex encoded, but there's no validation to ensure that the params provided match the expected structure for each method type, which could lead to runtime errors.
The isHex function is used in src/beta.ts to check if the transaction parameters are hex encoded, but there's no validation to ensure that the params provided match the expected structure for each method type, which could lead to runtime errors.
cf #105
The text was updated successfully, but these errors were encountered: