factory Signatory.fromBytes(Uint8List bytes, int prefix) { return Signatory(bytes, Address(prefix: prefix, pubkey: bytes).encode()); }