Skip to main content

TypeAlias.FeesEstimation

type FeesEstimation = {
details: FeeDetails;
maxFees: bigint;
};

Represents a transaction fee estimation returned by estimation methods. The concrete shape of the details field depends on the underlying network:

See

Properties

PropertyTypeDescription
detailsFeeDetailsParameters to set when constructing a transaction to ensure the estimation maxFees.
maxFeesbigintThe total maximum fees for the transaction.