setBaseFee

Sets the base fee per operation for this transaction.

The total transaction fee will be: baseFee * operations.size

The minimum base fee is 100 stroops (0.00001 XLM).

Return

This builder for method chaining

Parameters

baseFee

The base fee in stroops

Throws

if baseFee is less than MIN_BASE_FEE