Fix type definition for `optionalPrefix` param in `isValidCashAddress` methodTypeScript gives an error when `optionalPrefix` in not defined when calling `isValidCashAddress`, this PR allows both `undefined`or explicit `false` for no prefixes, or a user passed string as prefix