feeAccount static method

Parameter feeAccount({
  1. required int accountId,
  2. dynamic hint,
})

Implementation

static Parameter feeAccount({required int accountId, dynamic hint}) =>
    RustLib.instance.api
        .parameterFeeAccount(accountId: accountId, hint: hint);