is there any way to get all the information about all different fees of a transaction? Tonscan has "total", "storage", "forward", and "other". The majority of the fee in my case stems from "other". Is this "other" fee entirely "computation_fee", or could it be something else?
May 29, 2023, 2:57 PM
{
transactions {
bounce_ph_msg_fees
bounce_ph_fwd_fees
compute_ph_gas_fees
in_msg_ihr_fee_grams
in_msg_fwd_fee_grams
bounce_ph_req_fwd_fees
action_ph_total_fwd_fees
storage_ph_storage_fees_due
out_msg_fwd_fee_grams
out_msg_ihr_fee_grams
}
}
click
Also: https://docs.ton.org/develop/smart-contracts/fees
transactions {
bounce_ph_msg_fees
bounce_ph_fwd_fees
compute_ph_gas_fees
in_msg_ihr_fee_grams
in_msg_fwd_fee_grams
bounce_ph_req_fwd_fees
action_ph_total_fwd_fees
storage_ph_storage_fees_due
out_msg_fwd_fee_grams
out_msg_ihr_fee_grams
}
}
click
Also: https://docs.ton.org/develop/smart-contracts/fees
May 29, 2023, 3:03 PM
Thanks a lot, that helps!
May 29, 2023, 3:11 PM