getChainIdFromMessage static method

String getChainIdFromMessage(
  1. String message
)

Implementation

static String getChainIdFromMessage(String message) {
  return AuthSignature.getChainIdFromMessage(message);
}