getFeeFactors abstract method

Future<FeeFactors> getFeeFactors({
  1. required bool isMasterchain,
})

Get fee factor or throw error

Implementation

Future<FeeFactors> getFeeFactors({required bool isMasterchain});