RecommendedFee constructor

RecommendedFee({
  1. double? existingAccount,
  2. double? createAccount,
  3. double? createAccountInternal,
})

Implementation

RecommendedFee(
    {this.existingAccount, this.createAccount, this.createAccountInternal});