pub fn get_virtual_transaction_size_for_weight(
    n_weight: i64,
    n_sig_op_cost: i64,
    bytes_per_sigop: u32
) -> i64
Expand description

| Compute the virtual transaction size | (weight reinterpreted as bytes). |