alwaysUnused function

bool alwaysUnused(
  1. dynamic _
)

UnusedAddressFunction that will always return true (i.e. You'll always get the base spend/change address).

Implementation

bool alwaysUnused(_) => true;