TVM.TransactionFees
type t = {
in_msg_fwd_fee : string;
storage_fee : string;
gas_fee : string;
out_msgs_fwd_fee : string;
total_account_fees : string;
total_output : string;
}
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding