UNPKG

@everstake/wallet-sdk-polygon

Version:
15 lines (12 loc) 244 B
import BigNumber from 'bignumber.js'; export type TransactionRequest = { from: string; to: string; gasLimit: bigint; data: string; }; export type UnbondInfo = { amount: BigNumber; withdrawEpoch: bigint; unbondNonces: bigint; };