FeesEstimation
type FeesEstimation: object;
Represents the estimation of the fees required for a token transfer.
Type declaration
details
details: object;
details.gasCost
gasCost: bigint;
details.maxFeePerGas
maxFeePerGas: bigint;
details.maxPriorityFeePerGas
maxPriorityFeePerGas: bigint;
maxFees
maxFees: bigint;
See
KeybanAccount#estimateTransfer
Defined in
packages/sdk-base/src/account.ts:29