UNPKG
@getclave/lifi-sdk
Version:
latest (4.1.2)
4.1.2
4.1.1
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.6.18
3.6.17
3.6.16
3.6.15
3.6.14
3.6.13
3.6.12
3.6.11
LI.FI Any-to-Any Cross-Chain-Swap SDK
github.com/getclave/lifi-sdk
getclave/lifi-sdk
@getclave/lifi-sdk
/
dist
/
core
/
EVM
/
permits
/
encodeNativePermitData.d.ts
3 lines
•
250 B
TypeScript
View Raw
1
2
3
import
type
{
Address
,
Hash
,
Hex
}
from
'viem'
;
export
declare
const
encodeNativePermitData
:
(
tokenAddress
:
Address
,
amount
:
bigint
,
deadline
:
bigint
,
signature
:
Hash
,
transactionData
:
Hex
) =>
Hex
;
//# sourceMappingURL=encodeNativePermitData.d.ts.map