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 | - |
maxFees | bigint | The total maximum fees for the transaction. |