Type Alias CurrentFees

CurrentFees: {
    base_fee_per_byte: number;
    instruction_multipliers: Record<string, number>;
    max_instructions_per_tx: number;
    max_transaction_size: number;
}

Current fees and limits used for fee computation and validation.