Uint8List payToPubKeyScriptECDSA(Uint8List publicKey) { return Uint8List.fromList( [publicKey.length, ...publicKey, kOpCheckSigECDSA], ); }