UNPKG
viem-erc20
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
Viem extensions for erc20 tokens
github.com/hemilabs/viem-erc20
hemilabs/viem-erc20
viem-erc20
/
_types
/
public
/
name.d.ts
5 lines
•
187 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
Address
,
type
Client
}
from
"viem"
;
export
declare
const
name
:
(
client
:
Client
,
parameters
: { address: Address; }
) =>
Promise
<
string
>;
//# sourceMappingURL=name.d.ts.map