UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner
/
node_modules
/
@ethersproject
/
strings
/
lib
/
bytes32.d.ts
4 lines
•
224 B
TypeScript
View Raw
1
2
3
4
import
{
BytesLike
}
from
"@ethersproject/bytes"
;
export
declare
function
formatBytes32String
(
text
:
string
):
string
;
export
declare
function
parseBytes32String
(
bytes
:
BytesLike
):
string
;
//# sourceMappingURL=bytes32.d.ts.map