ZkLoginPublicIdentifier.fromBytes constructor

ZkLoginPublicIdentifier.fromBytes(
  1. Uint8List publicKey
)

Implementation

factory ZkLoginPublicIdentifier.fromBytes(Uint8List publicKey) {
  return ZkLoginPublicIdentifier._(decodeBigIntToUnsigned(publicKey));
}