Variable $FeeDetailsConst
$FeeDetails: $.Shape<{     inclusionFee: undefined | {         adjustedWeightFee: bigint;         baseFee: bigint;         lenFee: bigint;     };     tip: bigint; }, {     inclusionFee: undefined | {         adjustedWeightFee: bigint;         baseFee: bigint;         lenFee: bigint;     };     tip: bigint; }> = ...  
The
FeeDetailsis composed of:inclusion_fee: Only thePays::Yestransaction can have the inclusion fee.tip: If included in the transaction, the tip will be added on top. Only signed transactions can have a tip.