calculateFees(final SubTransaction, Authorisation) method

Syntax

List< Fee > calculateFees ( final SubTransaction txn , Authorisation auth )

Parameters

Returns

the calculated fees

Usage

Calculates the online fees that are to be considered for the specified transaction. The fees are stored into the database and available via

SubTransaction#getFees()

.

the calculated fees