IdentityKey.fromBytes constructor

IdentityKey.fromBytes(
  1. Uint8List bytes,
  2. int offset
)

Implementation

factory IdentityKey.fromBytes(Uint8List bytes, int offset) =>
    IdentityKey(Curve.decodePoint(bytes, offset));