TypeAlias.FeesEstimation
type FeesEstimation = {
details: {
gasCost: bigint;
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
};
maxFees: bigint;
};
Represents the estimation of fees for a transaction.
type FeesEstimation = {
details: {
gasCost: bigint;
maxFeePerGas: bigint;
maxPriorityFeePerGas: bigint;
};
maxFees: bigint;
};
Represents the estimation of fees for a transaction.