UNPKG
@0xsequence/anypay-sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
SDK for Anypay functionality
@0xsequence/anypay-sdk
/
dist
/
encoders.d.ts
3 lines
•
157 B
TypeScript
View Raw
1
2
3
import
type
{
Hex
}
from
"viem"
;
export
declare
function
getERC20TransferData
(
recipient
:
string
,
amount
:
bigint
):
Hex
;
//# sourceMappingURL=encoders.d.ts.map