setBaseFee

Sets the base fee per operation.

The total fee will be calculated as:

maxFee = (baseFee × (numInnerOperations + 1)) + sorobanResourceFee

The "+1" accounts for the fee bump operation itself.

Validation

Return

This builder for method chaining

Parameters

baseFee

The base fee per operation in stroops

Throws

if setFee was already called