FeeCalculator - p2p-org/solana-swift GitHub Wiki
FeeCalculator
public protocol FeeCalculator: AnyObject
Inheritance
AnyObject
Requirements
calculateNetworkFee(transaction:)
func calculateNetworkFee(transaction: Transaction) throws -> FeeAmount
public protocol FeeCalculator: AnyObject
AnyObject
func calculateNetworkFee(transaction: Transaction) throws -> FeeAmount