UNPKG
@metamask/etherscan-link
Version:
latest (3.0.0)
3.0.0
2.2.0
2.1.0
2.0.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
A library for generating etherscan links.
github.com/MetaMask/etherscan-link
MetaMask/etherscan-link
@metamask/etherscan-link
/
dist
/
helpers.d.ts
2 lines
(1 loc)
•
124 B
TypeScript
View Raw
1
2
export
declare
const
addPathToUrl
:
(
customNetworkUrl
:
string
,
linkType
:
string
,
suffixType
?:
string
|
undefined
) =>
string
;