TypeAlias.FeesEstimation
type FeesEstimation = {
details: FeeDetails;
maxFees: bigint;
};
Represents the estimation of fees for a transaction.
See
KeybanAccount#estimateTransfer
Properties
Property | Type | Description |
---|---|---|
details | FeeDetails | Parameters to set when constructing a transaction to ensure the estimation maxFees. |
maxFees | bigint | The total maximum fees for the transaction. |