interface FeeStatement {
    execution_gas_units: bigint;
    io_gas_units: bigint;
    storage_fee_octas: bigint;
    storage_fee_refund_octas: bigint;
    total_charge_gas_units: bigint;
}

Properties

execution_gas_units: bigint
io_gas_units: bigint
storage_fee_octas: bigint
storage_fee_refund_octas: bigint
total_charge_gas_units: bigint