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
exportconstHASH_ERROR='0x prefixed string representing the hash (32 bytes)';
5
5
exportconstADDRESS_ERROR='Expected 0x prefixed string representing the address (20 bytes)';
6
6
exportconstBLOCK_NUMBER_ERROR='Expected 0x prefixed hexadecimal block number, or the string "latest", "earliest" or "pending"';
7
+
exportconstBLOCK_PARAMS_ERROR=`Expected ${HASH_ERROR} in object, 0x prefixed hexadecimal block number, or the string "latest", "earliest" or "pending`;
7
8
exportconstBLOCK_HASH_ERROR=`Expected ${HASH_ERROR} of a block`;
8
9
exportconstTRANSACTION_HASH_ERROR=`Expected ${HASH_ERROR} of a transaction`;
9
10
exportconstTOPIC_HASH_ERROR=`Expected ${HASH_ERROR} of a topic`;
0 commit comments