Uint8List makeSignatureData(Uint8List messageId) { return u8aConcat(['\x0Aic-request'.plainToU8a(), messageId]); }