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
/
wallet
/
approve.d.ts
7 lines
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
type
Address
,
Client
}
from
"viem"
;
export
declare
const
approve
:
(
client
:
Client
,
parameters
: { address: Address; amount:
bigint
; spender: Address; }
) =>
Promise
<
`0x
${
string
}
`
>;
//# sourceMappingURL=approve.d.ts.map