Skip to content

Commit

Permalink
Updated Utils.m
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Feb 15, 2024
1 parent 72c6bee commit 76f89d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/react-native-status/ios/RCTStatus/Utils.m
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,12 @@ + (void) migrateKeystore:(NSString *)accountData
return StatusgoCheckAddressChecksum(address);
}

RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(isAddress:(NSString *)address) {
return StatusgoIsAddress(address);
}

RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(toChecksumAddress:(NSString *)address) {
return StatusgoToChecksumAddress(address);
}


@end

0 comments on commit 76f89d3

Please sign in to comment.